From d58f2e870b8f998262609b98f91d290b65ab80d3 Mon Sep 17 00:00:00 2001 From: Jack Jamison Date: Sun, 12 Oct 2025 00:11:33 -0400 Subject: improved key repeat --- input_field.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'input_field.h') 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 -- cgit v1.2.3