From 9cdc8540fa3f7d36d48b44f9e955652b6e17dd91 Mon Sep 17 00:00:00 2001 From: Jack Jamison Date: Fri, 17 Oct 2025 22:55:48 -0400 Subject: item filtering --- input_field.h | 1 + 1 file changed, 1 insertion(+) (limited to 'input_field.h') diff --git a/input_field.h b/input_field.h index f3379d4..ab583e5 100644 --- a/input_field.h +++ b/input_field.h @@ -5,6 +5,7 @@ // returns true if the key should repeat bool type_key(client_state* state, xkb_keysym_t keysym); +void filter_items(client_state* state); void submit_line(client_state* state); #endif -- cgit v1.2.3