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