summaryrefslogtreecommitdiff
path: root/ted.h
diff options
context:
space:
mode:
Diffstat (limited to 'ted.h')
-rw-r--r--ted.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ted.h b/ted.h
index 0852669..e1a571b 100644
--- a/ted.h
+++ b/ted.h
@@ -271,6 +271,8 @@ typedef struct {
bool highlight_enabled;
bool highlight_auto;
bool vsync;
+ bool save_backup;
+ bool crlf_windows;
KeyCombo hover_key;
KeyCombo highlight_key;
u8 tab_width;