Skip to main content

step_normal

Function step_normal 

Source
pub fn step_normal<H: Host>(ed: &mut Editor<Buffer, H>, input: Input) -> bool
Expand description

Drive the normal / visual / operator-pending FSM for one keystroke.

Returns true when the input was consumed. Every key is consumed in these modes (unknown keys swallow silently to avoid TUI bubbling).