summaryrefslogtreecommitdiffstats
path: root/utf8.c
AgeCommit message (Expand)Author
2015-11-12Merge branch 'obsd-master'Thomas Adam
2015-11-12Add utf8_padcstr and use it to align columns in list-keys.nicm
2015-11-12Tidy utf8.c a little: build table on first use, and make utf8_width takenicm
2015-11-12Merge branch 'obsd-master'Thomas Adam
2015-11-12If we know the terminal outside tmux is not UTF-8, replace UTF-8 innicm
2015-11-12Support UTF-8 key bindings by expanding the key type from int tonicm
2015-11-11Merge branch 'obsd-master'Thomas Adam
2015-11-05Update the internal wcwidth(3) table of tmux(1) to match the dataschwarze
2015-04-22Merge branch 'obsd-master'Thomas Adam
2015-04-20Style nit - unnecessary brackets.nicm
2014-11-08No need for $Id$ now.Nicholas Marriott
2014-10-21Merge branch 'obsd-master'Thomas Adam
2014-10-08Add xreallocarray and remove nmemb argument from xrealloc.nicm
2014-04-23Merge branch 'obsd-master'Thomas Adam
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-05Remove <vis.h>; not used on Linux.Thomas Adam
2014-04-05Merge branch 'obsd-master'Thomas Adam
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
2014-03-08In four byte UTF-8 sequences, only three bits of the first byte should beNicholas Marriott
2013-04-13Merge branch 'obsd-master'Thomas Adam
2013-04-12Remove some Korean characters from the zero-width list that apparentlyNicholas Marriott
2012-09-24Fix some UTF-8 Japanese issue on OS X, SF bug 3566884.Nicholas Marriott
2011-07-09Expand the Id keyword. Tiago Cunha
2011-01-07Sync OpenBSD patchset 828:Tiago Cunha
2011-01-03Support for UTF-8 mouse input (\033[1005h). This was added in xterm 262Nicholas Marriott
2009-10-23Sync OpenBSD patchset 424:Tiago Cunha
2009-10-23Sync OpenBSD patchset 421:Tiago Cunha
2009-10-20%zu not %u, doh.Nicholas Marriott
2009-10-20Try to reduce the UTF-8 mess.Nicholas Marriott
2009-06-25Restore $Id$ and add script to do so.Nicholas Marriott
2009-06-25Miscellaneous unused functions, including one which was basically aNicholas Marriott
2009-06-25Constify utf8_width() function argument.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
2009-05-04Space trimmage mega-diff.Nicholas Marriott
2009-04-30Use a (pre)randomised binary tree for UTF-8 character widths. Probably overkillNicholas Marriott
2009-01-26Don't screw up UTF-8 combined characters.Nicholas Marriott
2009-01-17Don't use [4] since they are confusing and use the right size for memset. DOH.Nicholas Marriott
2008-09-25Internal screen data rewrite for better 256 colour/UTF-8 support.Nicholas Marriott
2008-09-09Initial UTF-8 support.Nicholas Marriott