summaryrefslogtreecommitdiff
path: root/libutf.h
AgeCommit message (Collapse)Author
2017-02-10vis: introduce vis_keys_utf8Marc André Tanner
2015-10-05vis: cleanup keyboard handling implementationMarc André Tanner
2015-09-15Add utfnext utility functionMarc André Tanner
2015-07-20vis: improve insertion of verbatim characters via CTRL-V in insert modeMarc André Tanner
Recognized formats are: CTRL-V nnn decimal value nnn CTRL-V onnn or CTRL-V Onnn octal value nnn CTRL-V xnn or CTRL-V Xnn hex value nn CTRL-V unnnn Unicode codepoint nnnn CTRL-V Unnnnnnnn Unicode codepoint nnnnnnnn Leading zeros can be omitted, any illegal character for the given format will be ignored and terminates the numerical code.