aboutsummaryrefslogtreecommitdiff
path: root/input_field.h
diff options
context:
space:
mode:
Diffstat (limited to 'input_field.h')
-rw-r--r--input_field.h4
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