summaryrefslogtreecommitdiffstats
path: root/utf8.c
AgeCommit message (Expand)Author
2014-10-08Add xreallocarray and remove nmemb argument from xrealloc.nicm
2014-04-17Add some UTF-8 utility functions and use them to prevent the width limitnicm
2014-04-17Some more long lines.nicm
2014-04-02Support UTF-8 with choose-buffer, from Kosuke ASAMI. Also makenicm
2014-03-31In four byte UTF-8 sequences, only three bits of the first byte shouldnicm
2013-04-12Remove some Korean characters from the zero-width list that apparentlyNicholas Marriott
2011-01-03Support for UTF-8 mouse input (\033[1005h). This was added in xterm 262Nicholas Marriott
2009-10-20%zu not %u, doh.Nicholas Marriott
2009-10-20Try to reduce the UTF-8 mess.Nicholas Marriott
2009-06-25Miscellaneous unused functions, including one which was basically aNicholas Marriott
2009-06-24Constify utf8_width() function argument.Nicholas Marriott
2009-06-01Import tmux, a terminal multiplexor allowing (among other things) a singleNicholas Marriott