summaryrefslogtreecommitdiff
path: root/ted.h
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2021-01-24 15:46:08 -0500
committerLeo Tenenbaum <pommicket@gmail.com>2021-01-24 15:46:08 -0500
commitaccf188e7c84ee627d5e4cfe12c141e929699830 (patch)
tree16ff19058ecae11b8cba9ba1d0d4f7bb1ae18184 /ted.h
parent8c5eb397121c7fb3fa7feb2391d7c9b674b4190b (diff)
scroll file selector when selected goes offscreen
Diffstat (limited to 'ted.h')
-rw-r--r--ted.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ted.h b/ted.h
index f1374b3..16fb131 100644
--- a/ted.h
+++ b/ted.h
@@ -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.