interactions for Hilbish's line reader
The hilbish.editor interface provides functions to directly interact with the line editor in use.
Returns the current input line.
Returns the text that is at the register.
Inserts text into the line.
Reads a keystroke from the user. This is in a format of something like Ctrl-L..
Sets the vim register at register
to hold the passed text.
Want to help improve this page? Create an issue.