aboutsummaryrefslogtreecommitdiff
path: root/libutf.h
AgeCommit message (Collapse)AuthorFilesLines
2015-07-20vis: improve insertion of verbatim characters via CTRL-V in insert modeMarc André Tanner1-0/+34
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.