From d0b1b2db2210d4fe31701d144d03a37ea55ece00 Mon Sep 17 00:00:00 2001 From: Jack Jamison Date: Sat, 8 Nov 2025 18:17:52 -0500 Subject: allow selecting the prompt --- state.h | 1 + 1 file changed, 1 insertion(+) (limited to 'state.h') 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; -- cgit v1.2.3