Skip to main content

Module event

Module event 

Source
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 Message via the keybinding system.
handle_search_key ๐Ÿ”’
Handle a key event during search input mode.