| Commit message (Expand) | Author | Age |
* | More accurate vi(1) word navigation in copy mode and on the status line. | nicm | 2021-06-10 |
* | Fix some warnings, GitHub issue 2382. | nicm | 2020-09-16 |
* | Fix show-buffer when run from inside tmux, GitHub issue 2314. | nicm | 2020-07-21 |
* | Include width in error message. | nicm | 2020-06-09 |
* | It is not sensible to store pointers into an array we are going to | nicm | 2020-06-09 |
* | Use bitshifts instead of a union for encoding UTF-8 into 32 bits, which | nicm | 2020-06-06 |
* | Allow UTF-8 characters of width 0 to be stored, it is useful to be able | nicm | 2020-06-02 |
* | UTF-8 keys need to be big endian so the size bits are at the top. | nicm | 2020-06-02 |
* | Fail rather than fatal on UTF-8 width 0. | nicm | 2020-06-02 |
* | Return new character properly when converting to data. | nicm | 2020-05-26 |
* | Use the internal representation for UTF-8 keys instead of wchar_t and | nicm | 2020-05-25 |
* | Tidy up new UTF-8 code and make it more generic. | nicm | 2020-05-25 |
* | Make some data types consistent. | nicm | 2020-05-25 |
* | Instead of storing all UTF-8 characters in the extended cell which means | nicm | 2020-05-25 |
* | Add p format modifier for padding to width. | nicm | 2019-11-25 |
* | Add formats for word and line under the mouse and use them to add some | nicm | 2019-05-26 |
* | Environment variables can start with { also. | nicm | 2019-05-23 |
* | Break the argument escaping code into a separate function and use it to | nicm | 2019-05-23 |
* | Extend the #[] style syntax and use that together with previous format | nicm | 2019-03-18 |
* | Remove unused variable. | nicm | 2017-06-04 |
* | Be more strict about escape sequences that rename windows or set titles: | nicm | 2017-06-04 |
* | Style and spacing nits. | nicm | 2017-05-31 |
* | Fix a couple of argument types. | nicm | 2017-03-17 |
* | Plain stravis() because it will mangle UTF-8 characters, so add | nicm | 2017-01-18 |
* | Support UTF-8 entry into the command prompt. | nicm | 2016-10-11 |
* | Most of the utf8_data is fixed so simplify utf8_set to use a memcpy. | nicm | 2016-05-27 |
* | OpenBSD wcwidth() is sensible and complete so if it returns -1 it means | nicm | 2016-04-29 |
* | Loads of platforms appear to have old or broken Unicode character type | nicm | 2016-04-27 |
* | Log wcwidth() and mbtowc() failure to make it easier to debug a Unicode | nicm | 2016-04-26 |
* | Handle wcwidth() and mbtowc() failures in better style and drop | nicm | 2016-03-02 |
* | Use system wcwidth() instead of carrying around UTF-8 width tables. | nicm | 2016-03-01 |
* | Whoops, need this for the previous reverse trim commit too. | nicm | 2016-01-31 |
* | I no longer use my SourceForge address so replace it. | nicm | 2016-01-19 |
* | Memory leaks and an uninitialized part of utf8_data, from Patrick Palka. | nicm | 2015-11-20 |
* | The private use area at U+E000 to U+F8FF is not very useful if it is | nicm | 2015-11-14 |
* | All these return values from utf8_* are confusing, use an enum. | nicm | 2015-11-14 |
* | Rename a variable in utf8_combine for consistency and use 0xfffd for | nicm | 2015-11-14 |
* | Be more strict about invalid UTF-8. | nicm | 2015-11-14 |
* | Long overdue change to the way we store cells in the grid: now, instead | nicm | 2015-11-13 |
* | Rename overly-long utf8data to ud throughout. | nicm | 2015-11-12 |
* | Add utf8_padcstr and use it to align columns in list-keys. | nicm | 2015-11-12 |
* | Tidy utf8.c a little: build table on first use, and make utf8_width take | nicm | 2015-11-12 |
* | If we know the terminal outside tmux is not UTF-8, replace UTF-8 in | nicm | 2015-11-12 |
* | Support UTF-8 key bindings by expanding the key type from int to | nicm | 2015-11-12 |
* | Update the internal wcwidth(3) table of tmux(1) to match the data | schwarze | 2015-11-05 |
* | Style nit - unnecessary brackets. | nicm | 2015-04-20 |
* | Add xreallocarray and remove nmemb argument from xrealloc. | nicm | 2014-10-08 |
* | Add some UTF-8 utility functions and use them to prevent the width limit | nicm | 2014-04-17 |
* | Some more long lines. | nicm | 2014-04-17 |
* | Support UTF-8 with choose-buffer, from Kosuke ASAMI. Also make | nicm | 2014-04-02 |