diff options
author | pommicket <pommicket@gmail.com> | 2023-02-26 23:17:08 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2023-02-26 23:17:08 -0500 |
commit | c59e6a40b2d89650b3cec4f2d0abad38af46ec0b (patch) | |
tree | 730b702239706bf7871bb8667273e2bbeb378faf /ted.h | |
parent | 0f13ab99138c3e5f159b964510f5cf136503feec (diff) |
ctrl+scroll to adjust text size
Diffstat (limited to 'ted.h')
-rw-r--r-- | ted.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -108,6 +108,7 @@ typedef struct { u32 colors[COLOR_COUNT]; float cursor_blink_time_on, cursor_blink_time_off; float hover_time; + float ctrl_scroll_adjust_text_size; u32 max_file_size; u32 max_file_size_view_only; u16 framerate_cap; |