From 1566b6faa8534118c3566188181367cd0868468f Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Thu, 9 Nov 2023 23:19:53 +0100 Subject: Added partial matching and introduced threads --- examples/dte/mode.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 examples/dte/mode.h (limited to 'examples/dte/mode.h') diff --git a/examples/dte/mode.h b/examples/dte/mode.h new file mode 100644 index 0000000..40d4a6b --- /dev/null +++ b/examples/dte/mode.h @@ -0,0 +1,11 @@ +#ifndef MODE_H +#define MODE_H + +#include +#include "editor.h" +#include "terminal/key.h" +#include "util/macros.h" + +bool handle_input(EditorState *e, KeyCode key) NONNULL_ARGS; + +#endif -- cgit v1.2.3