aboutsummaryrefslogtreecommitdiff
path: root/state.h
diff options
context:
space:
mode:
authorJack Jamison <jackqjamison@gmail.com>2025-11-08 18:17:52 -0500
committerJack Jamison <jackqjamison@gmail.com>2025-11-08 18:17:52 -0500
commitd0b1b2db2210d4fe31701d144d03a37ea55ece00 (patch)
treee23a61d925aca202b8835f8f8e3c34097e4ce783 /state.h
parent6e038b0c45c1c2e351ce6ead8b80bc7b1031988f (diff)
allow selecting the prompt
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;