Age | Commit message (Expand) | Author |
2020-05-16 | Instead of having a default set of terminals in terminal-overrides that | Nicholas Marriott |
2020-05-16 | Add feature and capabilities for focus reporting. Also document AX and | Nicholas Marriott |
2020-05-16 | Add a feature for bracketed paste. | Nicholas Marriott |
2020-05-16 | Add extension terminfo(5) capabilities for margins. | Nicholas Marriott |
2020-04-23 | Overrides need to be applied both before and after features in case they | Nicholas Marriott |
2020-04-20 | Apply terminal-overrides after terminal detection, it always takes | Nicholas Marriott |
2020-04-20 | Change the Sync capability to be a string instead of a flag. | Nicholas Marriott |
2020-04-20 | Tidy up the terminal detection and feature code and add named sets of | Nicholas Marriott |
2020-04-16 | Add support for the iTerm2 sychronized updates escape sequence which | Nicholas Marriott |
2020-01-28 | If we can identify the terminal as iTerm2 or as tmux, we can be sure | Nicholas Marriott |
2020-01-12 | The terminal type was never as much use as I expected so remove it in | Nicholas Marriott |
2019-11-28 | Long lines and spacing fixes. | Nicholas Marriott |
2019-10-03 | Do not lazily use BUFSIZ for "I don't care what size" when building | Nicholas Marriott |
2019-08-05 | Add support for the SD (scroll down) escape sequence, GitHub issue 1861. | Nicholas Marriott |
2019-06-27 | Add support for underscore colours with Setulc capability, mostly from | Nicholas Marriott |
2019-05-29 | Use VIS_CSTYLE for the arguments and add the missing escapes it can | Nicholas Marriott |
2019-05-13 | Add support for overline (SGR 53), from Ricardo Banffy. | Nicholas Marriott |
2019-04-25 | options_array_item_value cannot return NULL. | Nicholas Marriott |
2019-04-23 | Indicate an array option with a flag rather than a special type so that | Nicholas Marriott |
2019-03-18 | Make array options a sparse tree instead of an array of char * and | Nicholas Marriott |
2018-10-18 | Support for extended underline styles on terminals which offer them, | Nicholas Marriott |
2018-05-07 | Handle terminfo colors > 256 correctly, GitHub issue 1337. | Nicholas Marriott |
2018-02-04 | Upstream ncurses has introduced terminfo capabilities to specify RGB | Nicholas Marriott |
2017-08-27 | Use kind and kri for S-Up/Down as well as kUP and kDN. | Nicholas Marriott |
2017-06-16 | Log terminal capabilities for each new terminal. | Nicholas Marriott |
2017-05-31 | Look for setrgbf and setrgbb terminfo extensions for RGB colour. This is | Nicholas Marriott |
2017-05-15 | Check the terminfo(5) U8 capability and disable using UTF-8 for ACS if | Nicholas Marriott |
2017-03-22 | Add support for the strikethrough attribute (SGR 9), using the new smxx | Nicholas Marriott |
2017-02-21 | Don't need is1,is2,is3 so remove them. | Nicholas Marriott |
2017-02-08 | Add support for scroll up escape sequence (CSI S) and use it when | Nicholas Marriott |
2017-02-06 | Use DECFRA on VT420 compatible terminals (so, xterm) and ED on all | Nicholas Marriott |
2017-01-24 | Convert terminal-overrides to an array option. | Nicholas Marriott |
2017-01-13 | Make options_get_string return const string. | Nicholas Marriott |
2016-12-09 | Spacing nits. | Nicholas Marriott |
2016-10-10 | Loads more static, except for cmd-*.c and window-*.c. | Nicholas Marriott |
2016-01-29 | Support for RGB colour, using the extended cell mechanism to avoid | Nicholas Marriott |
2016-01-19 | I no longer use my SourceForge address so replace it. | Nicholas Marriott |
2015-12-11 | Style nits and line wrapping of function declarations. | Nicholas Marriott |
2015-11-18 | Sync the entire xmalloc.[ch] with the other users, but with the addition | Nicholas Marriott |
2015-10-27 | Move struct options into options.c. | Nicholas Marriott |
2015-09-24 | Assign flag not number for flag types (we got away with it so far | Nicholas Marriott |
2015-09-01 | Tweak some error messages/comments. | Nicholas Marriott |
2015-07-28 | Tidy up the way terminals are described and move some structs out of tmux.h. | Nicholas Marriott |
2015-04-19 | Support setting the default window and pane background colours (window | Nicholas Marriott |
2015-01-20 | Support blinking cursor mode, both the xterm CSI ?12 h/l and (the | Nicholas Marriott |
2014-07-21 | Drop explicit support for F13-F20 and change to match the xterm terminfo | Nicholas Marriott |
2014-04-17 | Wrap some long lines. | Nicholas Marriott |
2014-02-23 | Change terminal-overrides to a server option (now that we have them), it | Nicholas Marriott |
2013-06-02 | The actual terminfo entries we ended up with for cursor changes are Cs, | Nicholas Marriott |
2013-03-27 | Remove tmux's (already minimal) 88 colour support. Such terminals are | Nicholas Marriott |