diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2026-01-21 22:52:54 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2026-01-21 22:52:54 +0100 |
| commit | dcacc00e3750300617ba6e16eb346713f91a783a (patch) | |
| tree | 38e2d4fb5ed9d119711d4295c6eda4b014af73fd /examples/dte/mode.h | |
| parent | 58dac10aeb8f5a041c46bddbeaf4c7966a99b998 (diff) | |
| download | crep-dcacc00e3750300617ba6e16eb346713f91a783a.tar.gz | |
Remove testing data
Diffstat (limited to 'examples/dte/mode.h')
| -rw-r--r-- | examples/dte/mode.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/examples/dte/mode.h b/examples/dte/mode.h deleted file mode 100644 index 40d4a6b..0000000 --- a/examples/dte/mode.h +++ /dev/null @@ -1,11 +0,0 @@ -#ifndef MODE_H -#define MODE_H - -#include <stdbool.h> -#include "editor.h" -#include "terminal/key.h" -#include "util/macros.h" - -bool handle_input(EditorState *e, KeyCode key) NONNULL_ARGS; - -#endif |
