From 8ae9e18c008dba7e47c5750f7feb91df8bf723df Mon Sep 17 00:00:00 2001 From: pommicket Date: Thu, 11 May 2023 11:47:22 -0400 Subject: fix backups wrt hard links, add crlf-windows setting --- ted.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ted.h') 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; -- cgit v1.2.3