diff options
| author | Jack Jamison <jackqjamison@gmail.com> | 2025-11-05 20:15:24 -0500 |
|---|---|---|
| committer | Jack Jamison <jackqjamison@gmail.com> | 2025-11-06 19:45:21 -0500 |
| commit | 784f7000f29498e6c111afa78a53950989ee94b6 (patch) | |
| tree | 8bf46ef56d4e4376227354c722c8c5bad0e6b4b3 /input_field.h | |
| parent | a5f6176f7ff33c0200a0686f4ba4ce264d578287 (diff) | |
more keybinds and fixes
Diffstat (limited to 'input_field.h')
| -rw-r--r-- | input_field.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/input_field.h b/input_field.h index 6ec588e..6c93f2a 100644 --- a/input_field.h +++ b/input_field.h @@ -5,8 +5,8 @@ #include "keybind.h" // returns true if the key should repeat -key_repeat_t type_key(client_state* state, xkb_keysym_t keysym); -void filter_items(client_state* state); +key_repeat_t execute_keypress(client_state* state, xkb_keysym_t keysym); +void refilter_items(client_state* state); void update_text_buffer(client_state* state); #endif |
