aboutsummaryrefslogtreecommitdiff
path: root/utf8.c
Commit message (Expand)AuthorAge
* Merge branch 'obsd-master'Thomas Adam2014-04-23
|\
| * Add some UTF-8 utility functions and use them to prevent the width limitnicm2014-04-17
| * Some more long lines.nicm2014-04-17
* | Remove <vis.h>; not used on Linux.Thomas Adam2014-04-05
* | Merge branch 'obsd-master'Thomas Adam2014-04-05
|\|
| * Support UTF-8 with choose-buffer, from Kosuke ASAMI. Also makenicm2014-04-02
| * In four byte UTF-8 sequences, only three bits of the first byte shouldnicm2014-03-31
* | In four byte UTF-8 sequences, only three bits of the first byte should beNicholas Marriott2014-03-08
* | Merge branch 'obsd-master'Thomas Adam2013-04-13
|\|
| * Remove some Korean characters from the zero-width list that apparentlyNicholas Marriott2013-04-12
| * Support for UTF-8 mouse input (\033[1005h). This was added in xterm 262Nicholas Marriott2011-01-03
| * %zu not %u, doh.Nicholas Marriott2009-10-20
| * Try to reduce the UTF-8 mess.Nicholas Marriott2009-10-20
| * Miscellaneous unused functions, including one which was basically aNicholas Marriott2009-06-25
| * Constify utf8_width() function argument.Nicholas Marriott2009-06-24
| * Import tmux, a terminal multiplexor allowing (among other things) a singleNicholas Marriott2009-06-01
* Fix some UTF-8 Japanese issue on OS X, SF bug 3566884.Nicholas Marriott2012-09-24
* Expand the Id keyword. Tiago Cunha2011-07-09
* Sync OpenBSD patchset 828:Tiago Cunha2011-01-07
* Sync OpenBSD patchset 424:Tiago Cunha2009-10-23
* Sync OpenBSD patchset 421:Tiago Cunha2009-10-23
* Restore $Id$ and add script to do so.Nicholas Marriott2009-06-25
* Miscellaneous unused functions, including one which was basically aNicholas Marriott2009-06-25
* Constify utf8_width() function argument.Nicholas Marriott2009-06-25
* Space trimmage mega-diff.Nicholas Marriott2009-05-04
* Use a (pre)randomised binary tree for UTF-8 character widths. Probably overkillNicholas Marriott2009-04-30
* Don't screw up UTF-8 combined characters.Nicholas Marriott2009-01-26
* Don't use [4] since they are confusing and use the right size for memset. DOH.Nicholas Marriott2009-01-17
* Internal screen data rewrite for better 256 colour/UTF-8 support.Nicholas Marriott2008-09-25
* Initial UTF-8 support.Nicholas Marriott2008-09-09