From 60585faf7951cffb6046280bdd5f91275fb97d65 Mon Sep 17 00:00:00 2001 From: Jack Jamison Date: Sun, 12 Oct 2025 00:07:02 -0400 Subject: input buffer and key repeat --- input_field.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 input_field.h (limited to 'input_field.h') diff --git a/input_field.h b/input_field.h new file mode 100644 index 0000000..64cb557 --- /dev/null +++ b/input_field.h @@ -0,0 +1,9 @@ +#ifndef INPUT_FIELD_H_ +#define INPUT_FIELD_H_ + +#include "state.h" + +void type_key(client_state* state, xkb_keysym_t keysym); +void submit_line(client_state* state); + +#endif -- cgit v1.2.3