Age | Commit message (Expand) | Author |
2021-08-25 | setupterm needs char * not const char * on some platforms. | Nicholas Marriott |
2021-06-10 | Fix warnings, from Jan Tache in GitHub issue 2692. | Nicholas Marriott |
2021-06-10 | Three changes to fix problems with xterm in VT340 mode, reported by | Nicholas Marriott |
2021-03-01 | There is no need to call del_curterm in the server anymore. | Nicholas Marriott |
2021-02-17 | Move the call to setupterm() into the client and have it pass the | Nicholas Marriott |
2021-02-05 | Send Unicode directional isolate characters around horizontal pane | Nicholas Marriott |
2020-10-13 | Set RGB flag if capabilities are present, GitHub issue 2418. | Nicholas Marriott |
2020-10-05 | Use the setal capability as well as (tmux's) Setulc. | Nicholas Marriott |
2020-08-24 | Do not run off end of string when stripping delays, reported by Dave | Nicholas Marriott |
2020-06-05 | Fix various confusion about am vs xenl. | Nicholas Marriott |
2020-05-16 | Add a terminal feature for enable/disable extended keys (supported by | Nicholas Marriott |
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 |