summaryrefslogtreecommitdiff
path: root/ted.h
diff options
context:
space:
mode:
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.