aboutsummaryrefslogtreecommitdiff
path: root/state.h
diff options
context:
space:
mode:
authorJack Jamison <jackqjamison@gmail.com>2025-10-17 22:55:48 -0400
committerJack Jamison <jackqjamison@gmail.com>2025-10-17 22:55:48 -0400
commit9cdc8540fa3f7d36d48b44f9e955652b6e17dd91 (patch)
treec2e81b97187390d2a7d74c4872823f84f64fa75f /state.h
parent01f4ab89dd2c668e64af5459a615e50eb630dfc1 (diff)
item filtering
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 cada269..8371000 100644
--- a/state.h
+++ b/state.h
@@ -98,6 +98,7 @@ typedef struct {
char* input_buffer;
uint32_t width, height;
item_t* items;
+ uint32_t* filtered_items;
bool running;
} client_state;