diff options
author | pommicket <pommicket@gmail.com> | 2022-12-27 15:05:18 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2022-12-27 15:05:18 -0500 |
commit | 6f208a42ce93dfac6f16cb16fdc7a4e6d37e4e7d (patch) | |
tree | 19c0c8eafdd31fe6e5f780ae13de52c0f3d44df1 /ted.h | |
parent | 6912e5c194ef28d3d567ccdf0ee77f30219d9e17 (diff) |
configurable max buffer size + max view-only buffer size
Diffstat (limited to 'ted.h')
-rw-r--r-- | ted.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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; |