diff options
Diffstat (limited to 'ted-internal.h')
-rw-r--r-- | ted-internal.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ted-internal.h b/ted-internal.h index f5e3211..dd109ea 100644 --- a/ted-internal.h +++ b/ted-internal.h @@ -151,6 +151,11 @@ struct Settings { RcStr *font; /// Comma separated list of paths to bold font files. RcStr *font_bold; + /// How to sync data when writing a file + /// - none - don't sync to disk + /// - full - sync data and metadata to disk + /// - data - only sync data but not metadata (on Windows this is the same as full) + RcStr *sync; LanguageExtension *language_extensions; /// dynamic array, sorted by KEY_COMBO(modifier, key) KeyAction *key_actions; |