summaryrefslogtreecommitdiffstats
path: root/utf8.c
AgeCommit message (Expand)Author
2021-02-10Restore utf8proc bits that went missing, GitHub issue 2564.Nicholas Marriott
2020-09-30Fix some warnings, GitHub issue 2382.Nicholas Marriott
2020-07-21Merge branch 'obsd-master'Thomas Adam
2020-07-21Fix show-buffer when run from inside tmux, GitHub issue 2314.nicm
2020-06-09Merge branch 'obsd-master'Thomas Adam
2020-06-09Include width in error message.nicm
2020-06-09Merge branch 'obsd-master'Thomas Adam
2020-06-09It is not sensible to store pointers into an array we are going tonicm
2020-06-06Merge branch 'obsd-master'Thomas Adam
2020-06-06Use bitshifts instead of a union for encoding UTF-8 into 32 bits, whichnicm
2020-06-02Merge branch 'obsd-master'Thomas Adam
2020-06-02Allow UTF-8 characters of width 0 to be stored, it is useful to be ablenicm
2020-06-02Merge branch 'obsd-master'Thomas Adam
2020-06-02UTF-8 keys need to be big endian so the size bits are at the top.nicm
2020-06-02Merge branch 'obsd-master'Thomas Adam
2020-06-02Fail rather than fatal on UTF-8 width 0.nicm
2020-05-26Merge branch 'obsd-master'Thomas Adam
2020-05-26Return new character properly when converting to data.nicm
2020-05-26Remove bad merge.Nicholas Marriott
2020-05-26Put the fix back for wcwidth() failing.Nicholas Marriott
2020-05-26Merge branch 'obsd-master'Thomas Adam
2020-05-25Use the internal representation for UTF-8 keys instead of wchar_t andnicm
2020-05-25Tidy up new UTF-8 code and make it more generic.nicm
2020-05-25Merge branch 'obsd-master'Thomas Adam
2020-05-25Make some data types consistent.nicm
2020-05-25Merge branch 'obsd-master'Thomas Adam
2020-05-25Instead of storing all UTF-8 characters in the extended cell which meansnicm
2019-11-25Merge branch 'obsd-master'Thomas Adam
2019-11-25Add p format modifier for padding to width.nicm
2019-05-26Merge branch 'obsd-master'Thomas Adam
2019-05-26Add formats for word and line under the mouse and use them to add somenicm
2019-05-23Merge branch 'obsd-master'Thomas Adam
2019-05-23Environment variables can start with { also.nicm
2019-05-23Merge branch 'obsd-master'Thomas Adam
2019-05-23Break the argument escaping code into a separate function and use it tonicm
2019-03-18Merge branch 'obsd-master'Thomas Adam
2019-03-18Extend the #[] style syntax and use that together with previous formatnicm
2017-06-05Merge branch 'obsd-master'Thomas Adam
2017-06-04Remove unused variable.nicm
2017-06-04Be more strict about escape sequences that rename windows or set titles:nicm
2017-06-01Merge branch 'obsd-master'Thomas Adam
2017-05-31Style and spacing nits.nicm
2017-03-21Bad merge.Nicholas Marriott
2017-03-17Fix a couple of argument types.nicm
2017-01-18Merge branch 'obsd-master'Thomas Adam
2017-01-18Plain stravis() because it will mangle UTF-8 characters, so addnicm
2016-10-12Merge branch 'obsd-master'Thomas Adam
2016-10-11Support UTF-8 entry into the command prompt.nicm
2016-09-01Add support for using utf8proc with --enable-utf8proc, useful for platformsNicholas Marriott
2016-05-28Merge branch 'obsd-master'Thomas Adam