aboutsummaryrefslogtreecommitdiff
path: root/input_field.h
diff options
context:
space:
mode:
Diffstat (limited to 'input_field.h')
-rw-r--r--input_field.h9
1 files changed, 9 insertions, 0 deletions
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