summaryrefslogtreecommitdiff
path: root/unicode.h
AgeCommit message (Collapse)Author
2021-01-30fixed warnings on GCC, fixed opening an absolute path, READMELeo Tenenbaum
2021-01-25replaced c32rtomb, mbrtoc32 with own versionsLeo Tenenbaum
these are nicer to use since they don't involve mbstate_t and should be faster since they don't involve locales
2020-11-29moving around the cursorLeo Tenenbaum
2020-11-25rendering a text bufferLeo Tenenbaum