Age | Commit message (Expand) | Author |
2017-01-18 | Plain stravis() because it will mangle UTF-8 characters, so add | Nicholas Marriott |
2016-10-11 | Support UTF-8 entry into the command prompt. | Nicholas Marriott |
2016-05-27 | Most of the utf8_data is fixed so simplify utf8_set to use a memcpy. | Nicholas Marriott |
2016-04-29 | OpenBSD wcwidth() is sensible and complete so if it returns -1 it means | Nicholas Marriott |
2016-04-27 | Loads of platforms appear to have old or broken Unicode character type | Nicholas Marriott |
2016-04-26 | Log wcwidth() and mbtowc() failure to make it easier to debug a Unicode | Nicholas Marriott |
2016-03-02 | Handle wcwidth() and mbtowc() failures in better style and drop | Nicholas Marriott |
2016-03-01 | Use system wcwidth() instead of carrying around UTF-8 width tables. | Nicholas Marriott |
2016-01-31 | Whoops, need this for the previous reverse trim commit too. | Nicholas Marriott |
2016-01-19 | I no longer use my SourceForge address so replace it. | Nicholas Marriott |
2015-11-20 | Memory leaks and an uninitialized part of utf8_data, from Patrick Palka. | Nicholas Marriott |
2015-11-14 | The private use area at U+E000 to U+F8FF is not very useful if it is | Nicholas Marriott |
2015-11-14 | All these return values from utf8_* are confusing, use an enum. | Nicholas Marriott |
2015-11-14 | Rename a variable in utf8_combine for consistency and use 0xfffd for | Nicholas Marriott |
2015-11-14 | Be more strict about invalid UTF-8. | Nicholas Marriott |
2015-11-13 | Long overdue change to the way we store cells in the grid: now, instead | Nicholas Marriott |
2015-11-12 | Rename overly-long utf8data to ud throughout. | Nicholas Marriott |
2015-11-12 | Add utf8_padcstr and use it to align columns in list-keys. | Nicholas Marriott |
2015-11-12 | Tidy utf8.c a little: build table on first use, and make utf8_width take | Nicholas Marriott |
2015-11-12 | If we know the terminal outside tmux is not UTF-8, replace UTF-8 in | Nicholas Marriott |
2015-11-12 | Support UTF-8 key bindings by expanding the key type from int to | Nicholas Marriott |
2015-11-05 | Update the internal wcwidth(3) table of tmux(1) to match the data | Ingo Schwarze |
2015-04-20 | Style nit - unnecessary brackets. | Nicholas Marriott |
2014-10-08 | Add xreallocarray and remove nmemb argument from xrealloc. | Nicholas Marriott |
2014-04-17 | Add some UTF-8 utility functions and use them to prevent the width limit | Nicholas Marriott |
2014-04-17 | Some more long lines. | Nicholas Marriott |
2014-04-02 | Support UTF-8 with choose-buffer, from Kosuke ASAMI. Also make | Nicholas Marriott |
2014-03-31 | In four byte UTF-8 sequences, only three bits of the first byte should | Nicholas Marriott |
2013-04-12 | Remove some Korean characters from the zero-width list that apparently | Nicholas Marriott |
2011-01-03 | Support for UTF-8 mouse input (\033[1005h). This was added in xterm 262 | Nicholas Marriott |
2009-10-20 | %zu not %u, doh. | Nicholas Marriott |
2009-10-20 | Try to reduce the UTF-8 mess. | Nicholas Marriott |
2009-06-25 | Miscellaneous unused functions, including one which was basically a | Nicholas Marriott |
2009-06-24 | Constify utf8_width() function argument. | Nicholas Marriott |
2009-06-01 | Import tmux, a terminal multiplexor allowing (among other things) a single | Nicholas Marriott |