From d7e2d3d4f13c5f6e52ad36aa890eb09a650d1238 Mon Sep 17 00:00:00 2001 From: Leo Tenenbaum Date: Sun, 31 Jan 2021 15:33:21 -0500 Subject: fixed Ctrl+Left/Right being double-set, cleaned up core options code, auto-add-newline --- ted.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ted.h') diff --git a/ted.h b/ted.h index 7c546ae..9df0208 100644 --- a/ted.h +++ b/ted.h @@ -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; -- cgit v1.2.3