2
2
mirror of https://github.com/Hilbis/Hilbish synced 2025-07-06 11:02:03 +00:00

3 Commits

Author SHA1 Message Date
TorchedSammy
dc933934eb
feat: add hilbish.editor interface
this is going to be a middle level interface
which brings functions for interacting
with the line editor used in hilbish

adds the following functions:
setVimRegister(reg, text) - sets text in a vim register
getVimRegister(reg) - gets text from a vim register
insert(text) - inserts text into the line
accessible via hilbish.editor
2022-05-13 20:43:40 -04:00
TorchedSammy
6ea25a22b3
feat: add inline hint text and change what were hints previously to info (closes #126) 2022-03-26 17:34:09 -04:00
TorchedSammy
5a2e3e4700
chore: bring readline in repo for easier maintenance 2022-03-13 13:48:49 -04:00