summaryrefslogtreecommitdiff
path: root/ted.h
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-05-11 11:47:22 -0400
committerpommicket <pommicket@gmail.com>2023-05-11 11:47:22 -0400
commit8ae9e18c008dba7e47c5750f7feb91df8bf723df (patch)
treeac80b1663cfe9f6b4c8a772319006eca2e16bd50 /ted.h
parent79724dc47d0fe9b6ceaa21cd3af1052bdcaea653 (diff)
fix backups wrt hard links, add crlf-windows setting
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;