diff options
author | Leo Tenenbaum <pommicket@gmail.com> | 2021-01-24 15:46:08 -0500 |
---|---|---|
committer | Leo Tenenbaum <pommicket@gmail.com> | 2021-01-24 15:46:08 -0500 |
commit | accf188e7c84ee627d5e4cfe12c141e929699830 (patch) | |
tree | 16ff19058ecae11b8cba9ba1d0d4f7bb1ae18184 /ted.h | |
parent | 8c5eb397121c7fb3fa7feb2391d7c9b674b4190b (diff) |
scroll file selector when selected goes offscreen
Diffstat (limited to 'ted.h')
-rw-r--r-- | ted.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -13,6 +13,7 @@ typedef struct { u8 undo_save_time; u8 border_thickness; u8 padding; + u8 scrolloff; } Settings; #define SCANCODE_COUNT 0x120 // SDL scancodes should be less than this value. |