a little additional scaffolding for normal mode

This commit is contained in:
2025-08-31 02:41:37 +01:00
parent 3b6dff3081
commit 542da2229c
8 changed files with 50 additions and 5 deletions

View File

@@ -3,6 +3,7 @@ struct
datatype t =
CHAR_EVENT of char
| KEY_ESC
| KEY_ENTER
| RESIZE_EVENT of int * int
| WITH_SEARCH_LIST of int vector
end