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 d6b05de..bb53cfe 100644
--- a/src/tty_interface.h
+++ b/src/tty_interface.h
@@ -13,6 +13,7 @@ typedef struct {
options_t *options;
char search[SEARCH_SIZE_MAX + 1];
+ char last_search[SEARCH_SIZE_MAX + 1];
int exit;
} tty_interface_t;