aboutsummaryrefslogtreecommitdiff
path: root/input_field.h
diff options
context:
space:
mode:
Diffstat (limited to 'input_field.h')
-rw-r--r--input_field.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/input_field.h b/input_field.h
index 64cb557..f3379d4 100644
--- a/input_field.h
+++ b/input_field.h
@@ -3,7 +3,8 @@
#include "state.h"
-void type_key(client_state* state, xkb_keysym_t keysym);
+// returns true if the key should repeat
+bool type_key(client_state* state, xkb_keysym_t keysym);
void submit_line(client_state* state);
#endif