Skip to main content

step_insert

Function step_insert 

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

Drive the insert-mode FSM for one keystroke.

Returns true (consumed) unconditionally — every key inside insert mode is swallowed regardless of whether it produced a visible effect.