summaryrefslogtreecommitdiffstats
path: root/tty-term.c
AgeCommit message (Expand)Author
2023-09-02Merge branch 'obsd-master'Thomas Adam
2023-09-02Setulc only does RGB colour so add Setulc1 to do non-RGB colours, GitHubnicm
2023-06-30Merge branch 'obsd-master'Thomas Adam
2023-06-30Get rid of some warnings with GCC 10, from Thomas Klausner.nicm
2023-04-28Merge branch 'obsd-master'Thomas Adam
2023-04-28Cast both strings for tparm.Nicholas Marriott
2023-04-28Do not fatal if tparm fails, instead just log it (not working sequencesnicm
2023-04-28Use ncurses' new tparm_s function (added in 6.4-20230424) instead of tparm soNicholas Marriott
2023-04-27Merge branch 'obsd-master'Thomas Adam
2023-04-25Tidy tparm wrapper functions to have more obvious names and check tparmnicm
2022-11-11Merge branch 'obsd-master'Thomas Adam
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-15Merge branch 'obsd-master'Thomas Adam
2022-08-15Add a Nobr terminfo capability to tell tmux the terminal does not usenicm
2022-06-30Merge branch 'obsd-master'Thomas Adam
2022-06-30Add support for OSC 8 hyperlinks (a VTE extension now supported by othernicm
2022-03-24Merge branch 'obsd-master' into masterThomas Adam
2022-03-24Add a capability for OSC 7 and use it similarly to how the title is setnicm
2021-08-25Merge branch 'obsd-master' into masterThomas Adam
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-05-03Fix warnings, from Jan Tache in GitHub issue 2692.Nicholas Marriott
2021-04-22Three changes to fix problems with xterm in VT340 mode, reported by ThomasNicholas Marriott
2021-03-01Reinstate del_curterm ifdef bits.Nicholas Marriott
2021-03-01There is no need to call del_curterm in the server anymore.nicm
2021-02-17Merge branch 'obsd-master' into masterThomas Adam
2021-02-17Move the call to setupterm() into the client and have it pass thenicm
2021-02-05Merge branch 'obsd-master' into masterThomas Adam
2021-02-05Send Unicode directional isolate characters around horizontal panenicm
2020-10-13Merge branch 'obsd-master'Thomas Adam
2020-10-13Set RGB flag if capabilities are present, GitHub issue 2418.nicm
2020-10-05Merge branch 'obsd-master'Thomas Adam
2020-10-05Use the setal capability as well as (tmux's) Setulc.nicm
2020-08-24Merge branch 'obsd-master'Thomas Adam
2020-08-24Do not run off end of string when stripping delays, reported by Davenicm
2020-06-05Merge branch 'obsd-master'Thomas Adam
2020-06-05Fix various confusion about am vs xenl.nicm
2020-05-22Put headers back how they were.Nicholas Marriott
2020-05-22Maybe this is better.Nicholas Marriott
2020-05-22Think Solaris needs term.h here.Nicholas Marriott
2020-05-22Log ncurses and utf8proc versions.Nicholas Marriott
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-05-15Add a terminal feature for enable/disable extended keys (supported by xterm andNicholas Marriott
2020-04-24CUD is not a requirement and tweak some comments.Nicholas Marriott
2020-04-24Instead of having a default set of terminals in terminal-overrides that get XTNicholas Marriott
2020-04-24Add feature and capabilities for focus reporting. Also document AX and XT evenNicholas Marriott