Struct alacritty::display::hint::HintState [−][src]
pub struct HintState {
hint: Option<Hint>,
alphabet: String,
matches: RegexMatches,
labels: Vec<Vec<char>>,
keys: Vec<char>,
}Expand description
Keyboard regex hint state.
Fields
hint: Option<Hint>Hint currently in use.
alphabet: StringAlphabet for hint labels.
matches: RegexMatchesVisible matches.
labels: Vec<Vec<char>>Key label for each visible match.
keys: Vec<char>Keys pressed for hint selection.
Implementations
Update the visible hint matches and key labels.
Handle keyboard input during hint selection.
Hint key labels.
Visible hint regex matches.
Update the alphabet used for hint labels.