From 9cdc8540fa3f7d36d48b44f9e955652b6e17dd91 Mon Sep 17 00:00:00 2001 From: Jack Jamison Date: Fri, 17 Oct 2025 22:55:48 -0400 Subject: item filtering --- state.h | 1 + 1 file changed, 1 insertion(+) (limited to 'state.h') 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; -- cgit v1.2.3