summaryrefslogtreecommitdiff
path: root/ted.h
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2021-01-26 15:42:34 -0500
committerLeo Tenenbaum <pommicket@gmail.com>2021-01-26 15:42:34 -0500
commit65b6850a7dc3211566993f8a2cfacf61f5b4d6a2 (patch)
tree6fb8cc7417273db106d921224c990f78d8f3cdf4 /ted.h
parent3050f7539aa780f15ea1ae4bd0296dfbb57b8e03 (diff)
auto-indent
Diffstat (limited to 'ted.h')
-rw-r--r--ted.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ted.h b/ted.h
index e1f6498..18892ec 100644
--- a/ted.h
+++ b/ted.h
@@ -9,6 +9,7 @@ typedef struct {
u16 text_size;
u16 max_menu_width;
u16 error_display_time;
+ bool auto_indent;
u8 tab_width;
u8 cursor_width;
u8 undo_save_time;