Skip to main content

Module cmdline

Module cmdline 

Source
Expand description

The ‘:’ command line: a minimal insert-at-cursor editor plus the ex-command parser.

Structs§

CmdLine

Enums§

ExCommand
A parsed ‘:’ command.

Functions§

handle_key
Handle one key press in Command mode: edit the buffer, cancel, or submit (parse and apply).
parse