Age | Commit message (Expand) | Author |
2024-08-26 | Use strtonum instead of atoi. | Nicholas Marriott |
2023-10-17 | Switch to tiparm_s (added in ncurses 6.4-20230424) instead of tparm, | Nicholas Marriott |
2023-09-02 | Setulc only does RGB colour so add Setulc1 to do non-RGB colours, GitHub | Nicholas Marriott |
2023-06-30 | Get rid of some warnings with GCC 10, from Thomas Klausner. | Nicholas Marriott |
2023-04-28 | Do not fatal if tparm fails, instead just log it (not working sequences | Nicholas Marriott |
2023-04-25 | Tidy tparm wrapper functions to have more obvious names and check tparm | Nicholas Marriott |
2022-11-11 | Tweak previous to set and log the feature instead of just setting the | Nicholas Marriott |
2022-11-11 | Parse primary device attributes as well as secondary and add a SIXEL | Nicholas Marriott |
2022-08-15 | Add a Nobr terminfo capability to tell tmux the terminal does not use | Nicholas Marriott |
2022-06-30 | Add support for OSC 8 hyperlinks (a VTE extension now supported by other | Nicholas Marriott |
2022-03-24 | Add a capability for OSC 7 and use it similarly to how the title is set | Nicholas Marriott |
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 |