summaryrefslogtreecommitdiff
path: root/ted.h
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2022-12-30 23:48:59 -0500
committerpommicket <pommicket@gmail.com>2022-12-30 23:48:59 -0500
commitf1751dbb895996728f293c6f895691693c9e8a86 (patch)
treec87f8545d0313e8b698583386f4115c85b2cfbeb /ted.h
parent25f6cd6f5ffb9ff34d9e22c38e9d72cdadce2dc9 (diff)
framerate-cap 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 41f7bbc..c8e62a6 100644
--- a/ted.h
+++ b/ted.h
@@ -140,6 +140,7 @@ typedef struct {
u32 colors[COLOR_COUNT];
u32 max_file_size;
u32 max_file_size_view_only;
+ u16 framerate_cap;
u16 text_size;
u16 max_menu_width;
u16 error_display_time;
@@ -157,6 +158,7 @@ typedef struct {
bool signature_help_enabled;
bool lsp_enabled;
bool hover_enabled;
+ bool vsync;
u8 tab_width;
u8 cursor_width;
u8 undo_save_time;