summaryrefslogtreecommitdiff
path: root/ted.h
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2021-02-03 18:48:26 -0500
committerLeo Tenenbaum <pommicket@gmail.com>2021-02-03 18:48:52 -0500
commit5a207b62cebb4673eb3422001e8d9435fca9f545 (patch)
tree802a86a4ea6ea05f036e293a3c2eba607457f644 /ted.h
parentb72ce9a3fdfe956f566c8bdde1fceebe7601c59f (diff)
line numbering!
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 646da6d..b0e6f6a 100644
--- a/ted.h
+++ b/ted.h
@@ -70,6 +70,7 @@ typedef struct {
bool auto_indent;
bool auto_add_newline;
bool syntax_highlighting;
+ bool line_numbers;
u8 tab_width;
u8 cursor_width;
u8 undo_save_time;