summaryrefslogtreecommitdiff
path: root/src/tty_interface.h
diff options
context:
space:
mode:
authorKeith Smiley <keithbsmiley@gmail.com>2017-07-21 20:58:04 -0700
committerKeith Smiley <keithbsmiley@gmail.com>2017-08-13 22:31:52 -0700
commite0ce095657cc0458fa8a217d27872ec32ed814f1 (patch)
tree39be4b914ee062c09fc44eb8aa28446a009cddf0 /src/tty_interface.h
parentf1e5078925471206e1248f28b965759a109ef8eb (diff)
Support arrow key movements
Diffstat (limited to 'src/tty_interface.h')
-rw-r--r--src/tty_interface.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tty_interface.h b/src/tty_interface.h
index 438cc55..34f4e59 100644
--- a/src/tty_interface.h
+++ b/src/tty_interface.h
@@ -14,6 +14,7 @@ typedef struct {
char search[SEARCH_SIZE_MAX + 1];
char last_search[SEARCH_SIZE_MAX + 1];
+ int offset;
char input[32]; /* Pending input buffer */