bindings
Module: control::bindings
Section titled “Module: control::bindings”Contents
Section titled “Contents”Structs
BindingHint- Text shown for one key binding in the footer or help overlay.
Functions
footer_entries- Bindings rendered in the bottom footer.
firma_tui::control::bindings::BindingHint
Section titled “firma_tui::control::bindings::BindingHint”Struct
Text shown for one key binding in the footer or help overlay.
Fields:
key: &'static str- Key label as rendered in the UI.label: &'static str- Short action label paired with the key.
Traits: Copy, Eq
Trait Implementations:
- PartialEq
fn eq(self: &Self, other: &BindingHint) -> bool
- Debug
fn fmt(self: &Self, f: & mut $crate::fmt::Formatter) -> $crate::fmt::Result
- Clone
fn clone(self: &Self) -> BindingHint
firma_tui::control::bindings::footer_entries
Section titled “firma_tui::control::bindings::footer_entries”Function
Bindings rendered in the bottom footer.
fn footer_entries(_app: &crate::control::app::App) -> Vec<BindingHint>