summaryrefslogtreecommitdiffstats
path: root/tty-term.c
AgeCommit message (Expand)Author
2023-10-17Switch to tiparm_s (added in ncurses 6.4-20230424) instead of tparm,nicm
2023-09-02Setulc only does RGB colour so add Setulc1 to do non-RGB colours, GitHubnicm
2023-06-30Get rid of some warnings with GCC 10, from Thomas Klausner.nicm
2023-04-28Do not fatal if tparm fails, instead just log it (not working sequencesnicm
2023-04-25Tidy tparm wrapper functions to have more obvious names and check tparmnicm
2022-11-11Tweak previous to set and log the feature instead of just setting thenicm
2022-11-11Parse primary device attributes as well as secondary and add a SIXELnicm
2022-08-15Add a Nobr terminfo capability to tell tmux the terminal does not usenicm
2022-06-30Add support for OSC 8 hyperlinks (a VTE extension now supported by othernicm
2022-03-24Add a capability for OSC 7 and use it similarly to how the title is setnicm
2021-08-25setupterm needs char * not const char * on some platforms.nicm
2021-06-10Fix warnings, from Jan Tache in GitHub issue 2692.nicm
2021-06-10Three changes to fix problems with xterm in VT340 mode, reported bynicm
2021-03-01There is no need to call del_curterm in the server anymore.nicm
2021-02-17Move the call to setupterm() into the client and have it pass thenicm
2021-02-05Send Unicode directional isolate characters around horizontal panenicm
2020-10-13Set RGB flag if capabilities are present, GitHub issue 2418.nicm
2020-10-05Use the setal capability as well as (tmux's) Setulc.nicm
2020-08-24Do not run off end of string when stripping delays, reported by Davenicm
2020-06-05Fix various confusion about am vs xenl.nicm
2020-05-16Add a terminal feature for enable/disable extended keys (supported bynicm
2020-05-16Instead of having a default set of terminals in terminal-overrides thatnicm
2020-05-16Add extension terminfo(5) capabilities for margins.nicm
2020-04-23Overrides need to be applied both before and after features in case theynicm
2020-04-20Apply terminal-overrides after terminal detection, it always takesnicm
2020-04-20Change the Sync capability to be a string instead of a flag.nicm
2020-04-20Tidy up the terminal detection and feature code and add named sets ofnicm
2020-04-16Add support for the iTerm2 sychronized updates escape sequence whichnicm
2020-01-28If we can identify the terminal as iTerm2 or as tmux, we can be surenicm
2020-01-12The terminal type was never as much use as I expected so remove it innicm
2019-11-28Long lines and spacing fixes.nicm
2019-10-03Do not lazily use BUFSIZ for "I don't care what size" when buildingnicm
2019-08-05Add support for the SD (scroll down) escape sequence, GitHub issue 1861.nicm
2019-06-27Add support for underscore colours with Setulc capability, mostly fromnicm
2019-05-29Use VIS_CSTYLE for the arguments and add the missing escapes it cannicm
2019-05-13Add support for overline (SGR 53), from Ricardo Banffy.nicm
2019-04-25options_array_item_value cannot return NULL.nicm
2019-04-23Indicate an array option with a flag rather than a special type so thatnicm
2019-03-18Make array options a sparse tree instead of an array of char * andnicm
2018-10-18Support for extended underline styles on terminals which offer them,nicm
2018-05-07Handle terminfo colors > 256 correctly, GitHub issue 1337.nicm
2018-02-04Upstream ncurses has introduced terminfo capabilities to specify RGBnicm
2017-08-27Use kind and kri for S-Up/Down as well as kUP and kDN.nicm
2017-06-16Log terminal capabilities for each new terminal.nicm
2017-05-31Look for setrgbf and setrgbb terminfo extensions for RGB colour. This isnicm
2017-05-15Check the terminfo(5) U8 capability and disable using UTF-8 for ACS ifnicm
2017-03-22Add support for the strikethrough attribute (SGR 9), using the new smxxnicm
2017-02-21Don't need is1,is2,is3 so remove them.nicm
2017-02-08Add support for scroll up escape sequence (CSI S) and use it whennicm
2017-02-06Use DECFRA on VT420 compatible terminals (so, xterm) and ED on allnicm