Expand description
Terminal events and event-to-message translation. Terminal event types and event-to-message translation.
Defines the Event enum and the handle_event() function
that translates events into Message values via the
keybinding system.
Enumsยง
- Event
- Events the application can receive.
Functionsยง
- action_
to_ ๐message - Map a semantic key action to a
Message. - handle_
event - Translate a raw terminal event into a
Messagevia the keybinding system. - handle_
search_ ๐key - Handle a key event during search input mode.