| Commit message (Expand) | Author | Age |
| * | Tweak previous to set and log the feature instead of just setting the | nicm | 2022-11-11 |
| * | Parse primary device attributes as well as secondary and add a SIXEL | nicm | 2022-11-11 |
| * | Add a Nobr terminfo capability to tell tmux the terminal does not use | nicm | 2022-08-15 |
| * | Add support for OSC 8 hyperlinks (a VTE extension now supported by other | nicm | 2022-06-30 |
| * | Add a capability for OSC 7 and use it similarly to how the title is set | nicm | 2022-03-24 |
| * | setupterm needs char * not const char * on some platforms. | nicm | 2021-08-25 |
| * | Fix warnings, from Jan Tache in GitHub issue 2692. | nicm | 2021-06-10 |
| * | Three changes to fix problems with xterm in VT340 mode, reported by | nicm | 2021-06-10 |
| * | There is no need to call del_curterm in the server anymore. | nicm | 2021-03-01 |
| * | Move the call to setupterm() into the client and have it pass the | nicm | 2021-02-17 |
| * | Send Unicode directional isolate characters around horizontal pane | nicm | 2021-02-05 |
| * | Set RGB flag if capabilities are present, GitHub issue 2418. | nicm | 2020-10-13 |
| * | Use the setal capability as well as (tmux's) Setulc. | nicm | 2020-10-05 |
| * | Do not run off end of string when stripping delays, reported by Dave | nicm | 2020-08-24 |
| * | Fix various confusion about am vs xenl. | nicm | 2020-06-05 |
| * | Add a terminal feature for enable/disable extended keys (supported by | nicm | 2020-05-16 |
| * | Instead of having a default set of terminals in terminal-overrides that | nicm | 2020-05-16 |
| * | Add extension terminfo(5) capabilities for margins. | nicm | 2020-05-16 |
| * | Overrides need to be applied both before and after features in case they | nicm | 2020-04-23 |
| * | Apply terminal-overrides after terminal detection, it always takes | nicm | 2020-04-20 |
| * | Change the Sync capability to be a string instead of a flag. | nicm | 2020-04-20 |
| * | Tidy up the terminal detection and feature code and add named sets of | nicm | 2020-04-20 |
| * | Add support for the iTerm2 sychronized updates escape sequence which | nicm | 2020-04-16 |
| * | If we can identify the terminal as iTerm2 or as tmux, we can be sure | nicm | 2020-01-28 |
| * | The terminal type was never as much use as I expected so remove it in | nicm | 2020-01-12 |
| * | Long lines and spacing fixes. | nicm | 2019-11-28 |
| * | Do not lazily use BUFSIZ for "I don't care what size" when building | nicm | 2019-10-03 |
| * | Add support for the SD (scroll down) escape sequence, GitHub issue 1861. | nicm | 2019-08-05 |
| * | Add support for underscore colours with Setulc capability, mostly from | nicm | 2019-06-27 |
| * | Use VIS_CSTYLE for the arguments and add the missing escapes it can | nicm | 2019-05-29 |
| * | Add support for overline (SGR 53), from Ricardo Banffy. | nicm | 2019-05-13 |
| * | options_array_item_value cannot return NULL. | nicm | 2019-04-25 |
| * | Indicate an array option with a flag rather than a special type so that | nicm | 2019-04-23 |
| * | Make array options a sparse tree instead of an array of char * and | nicm | 2019-03-18 |
| * | Support for extended underline styles on terminals which offer them, | nicm | 2018-10-18 |
| * | Handle terminfo colors > 256 correctly, GitHub issue 1337. | nicm | 2018-05-07 |
| * | Upstream ncurses has introduced terminfo capabilities to specify RGB | nicm | 2018-02-04 |
| * | Use kind and kri for S-Up/Down as well as kUP and kDN. | nicm | 2017-08-27 |
| * | Log terminal capabilities for each new terminal. | nicm | 2017-06-16 |
| * | Look for setrgbf and setrgbb terminfo extensions for RGB colour. This is | nicm | 2017-05-31 |
| * | Check the terminfo(5) U8 capability and disable using UTF-8 for ACS if | nicm | 2017-05-15 |
| * | Add support for the strikethrough attribute (SGR 9), using the new smxx | nicm | 2017-03-22 |
| * | Don't need is1,is2,is3 so remove them. | nicm | 2017-02-21 |
| * | Add support for scroll up escape sequence (CSI S) and use it when | nicm | 2017-02-08 |
| * | Use DECFRA on VT420 compatible terminals (so, xterm) and ED on all | nicm | 2017-02-06 |
| * | Convert terminal-overrides to an array option. | nicm | 2017-01-24 |
| * | Make options_get_string return const string. | nicm | 2017-01-13 |
| * | Spacing nits. | nicm | 2016-12-09 |
| * | Loads more static, except for cmd-*.c and window-*.c. | nicm | 2016-10-10 |
| * | Support for RGB colour, using the extended cell mechanism to avoid | nicm | 2016-01-29 |