summaryrefslogtreecommitdiff
path: root/src/tty_interface.h
diff options
context:
space:
mode:
authorJason Felice <jason.m.felice@gmail.com>2018-05-04 12:32:40 -0400
committerJason Felice <jason.m.felice@gmail.com>2018-05-04 12:32:40 -0400
commitbaa0d7ece4eb8401a61a0bebdb5264bf805a34c2 (patch)
tree6eb6d5717b792504b93bd8a0eae275942fe00425 /src/tty_interface.h
parent39ce2809029e3273ed212d9b31ffa350f12d521c (diff)
Abort if Esc is pressed
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 9572c3f..64af0b4 100644
--- a/src/tty_interface.h
+++ b/src/tty_interface.h
@@ -16,6 +16,7 @@ typedef struct {
char last_search[SEARCH_SIZE_MAX + 1];
size_t cursor;
+ int ambiguous_key_pending;
char input[32]; /* Pending input buffer */
int exit;