diff options
author | Leo Tenenbaum <pommicket@gmail.com> | 2021-01-31 15:33:21 -0500 |
---|---|---|
committer | Leo Tenenbaum <pommicket@gmail.com> | 2021-01-31 15:33:21 -0500 |
commit | d7e2d3d4f13c5f6e52ad36aa890eb09a650d1238 (patch) | |
tree | 9e4d883716a34fcbaef46fe943bb35242a33b675 /ted.h | |
parent | 5a7ca9106a305555922ef78c2dd84ab8779c7718 (diff) |
fixed Ctrl+Left/Right being double-set, cleaned up core options code, auto-add-newline
Diffstat (limited to 'ted.h')
-rw-r--r-- | ted.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -11,6 +11,7 @@ typedef struct { u16 max_menu_width; u16 error_display_time; bool auto_indent; + bool auto_add_newline; u8 tab_width; u8 cursor_width; u8 undo_save_time; |