aboutsummaryrefslogtreecommitdiff
path: root/state.h
diff options
context:
space:
mode:
Diffstat (limited to 'state.h')
-rw-r--r--state.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/state.h b/state.h
index ac31120..1eab360 100644
--- a/state.h
+++ b/state.h
@@ -132,6 +132,7 @@ typedef struct {
uint32_t width, height;
item_display_t* filtered_items;
int selected_filtered_item;
+ bool forced_selected_zero;
char* input_buffer;
size_t cursor_index;