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 ae02fac..8d5d40c 100644
--- a/ted.h
+++ b/ted.h
@@ -175,6 +175,8 @@ typedef struct {
SettingsContext context;
float cursor_blink_time_on, cursor_blink_time_off;
u32 colors[COLOR_COUNT];
+ u32 max_file_size;
+ u32 max_file_size_view_only;
u16 text_size;
u16 max_menu_width;
u16 error_display_time;