Skip to main content

Module app

Module app 

Source
Expand description

Application state: focus/expansion driven by app commands and keybindings.

Structs§

App

Enums§

Effect
What the event loop must do after a key is handled.
Mode
The app’s input mode. Normal drives the tree via the keymap; other modes take over key handling and rendering until they close. Adding a mode is a new variant plus one dispatch arm in handle_key and one in ui::draw.