add CHAR_EVENT message type (next is to handle hjkl navigation)
This commit is contained in:
@@ -2,10 +2,12 @@ signature INPUT_MSG =
|
||||
sig
|
||||
datatype t =
|
||||
RESIZE_EVENT of int * int
|
||||
| CHAR_EVENT of char
|
||||
end
|
||||
|
||||
structure InputMsg :> INPUT_MSG =
|
||||
struct
|
||||
datatype t =
|
||||
RESIZE_EVENT of int * int
|
||||
| CHAR_EVENT of char
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user