Skip to content

bindings

Structs

  • BindingHint - Text shown for one key binding in the footer or help overlay.

Functions

  • footer_entries - Returns the compact binding rows shown in the bottom footer.

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: Eq, Copy

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

Returns the compact binding rows shown in the bottom footer.

fn footer_entries(app: &crate::control::app::App) -> Vec<BindingHint>