summaryrefslogtreecommitdiff
path: root/usr.bin/tmux/tty-term.c
AgeCommit message (Expand)Author
2024-08-26Use strtonum instead of atoi.Nicholas Marriott
2023-10-17Switch to tiparm_s (added in ncurses 6.4-20230424) instead of tparm,Nicholas Marriott
2023-09-02Setulc only does RGB colour so add Setulc1 to do non-RGB colours, GitHubNicholas Marriott
2023-06-30Get rid of some warnings with GCC 10, from Thomas Klausner.Nicholas Marriott
2023-04-28Do not fatal if tparm fails, instead just log it (not working sequencesNicholas Marriott
2023-04-25Tidy tparm wrapper functions to have more obvious names and check tparmNicholas Marriott
2022-11-11Tweak previous to set and log the feature instead of just setting theNicholas Marriott
2022-11-11Parse primary device attributes as well as secondary and add a SIXELNicholas Marriott
2022-08-15Add a Nobr terminfo capability to tell tmux the terminal does not useNicholas Marriott
2022-06-30Add support for OSC 8 hyperlinks (a VTE extension now supported by otherNicholas Marriott
2022-03-24Add a capability for OSC 7 and use it similarly to how the title is setNicholas Marriott
2021-08-25setupterm needs char * not const char * on some platforms.Nicholas Marriott
2021-06-10Fix warnings, from Jan Tache in GitHub issue 2692.Nicholas Marriott
2021-06-10Three changes to fix problems with xterm in VT340 mode, reported byNicholas Marriott
2021-03-01There is no need to call del_curterm in the server anymore.Nicholas Marriott
2021-02-17Move the call to setupterm() into the client and have it pass theNicholas Marriott
2021-02-05Send Unicode directional isolate characters around horizontal paneNicholas Marriott
2020-10-13Set RGB flag if capabilities are present, GitHub issue 2418.Nicholas Marriott
2020-10-05Use the setal capability as well as (tmux's) Setulc.Nicholas Marriott
2020-08-24Do not run off end of string when stripping delays, reported by DaveNicholas Marriott
2020-06-05Fix various confusion about am vs xenl.Nicholas Marriott
2020-05-16Add a terminal feature for enable/disable extended keys (supported byNicholas Marriott
2020-05-16Instead of having a default set of terminals in terminal-overrides thatNicholas Marriott
2020-05-16Add feature and capabilities for focus reporting. Also document AX andNicholas Marriott
2020-05-16Add a feature for bracketed paste.Nicholas Marriott
2020-05-16Add extension terminfo(5) capabilities for margins.Nicholas Marriott
2020-04-23Overrides need to be applied both before and after features in case theyNicholas Marriott
2020-04-20Apply terminal-overrides after terminal detection, it always takesNicholas Marriott
2020-04-20Change the Sync capability to be a string instead of a flag.Nicholas Marriott
2020-04-20Tidy up the terminal detection and feature code and add named sets ofNicholas Marriott
2020-04-16Add support for the iTerm2 sychronized updates escape sequence whichNicholas Marriott
2020-01-28If we can identify the terminal as iTerm2 or as tmux, we can be sureNicholas Marriott
2020-01-12The terminal type was never as much use as I expected so remove it inNicholas Marriott
2019-11-28Long lines and spacing fixes.Nicholas Marriott
2019-10-03Do not lazily use BUFSIZ for "I don't care what size" when buildingNicholas Marriott
2019-08-05Add support for the SD (scroll down) escape sequence, GitHub issue 1861.Nicholas Marriott
2019-06-27Add support for underscore colours with Setulc capability, mostly fromNicholas Marriott
2019-05-29Use VIS_CSTYLE for the arguments and add the missing escapes it canNicholas Marriott
2019-05-13Add support for overline (SGR 53), from Ricardo Banffy.Nicholas Marriott
2019-04-25options_array_item_value cannot return NULL.Nicholas Marriott
2019-04-23Indicate an array option with a flag rather than a special type so thatNicholas Marriott
2019-03-18Make array options a sparse tree instead of an array of char * andNicholas Marriott
2018-10-18Support for extended underline styles on terminals which offer them,Nicholas Marriott
2018-05-07Handle terminfo colors > 256 correctly, GitHub issue 1337.Nicholas Marriott
2018-02-04Upstream ncurses has introduced terminfo capabilities to specify RGBNicholas Marriott
2017-08-27Use kind and kri for S-Up/Down as well as kUP and kDN.Nicholas Marriott
2017-06-16Log terminal capabilities for each new terminal.Nicholas Marriott
2017-05-31Look for setrgbf and setrgbb terminfo extensions for RGB colour. This isNicholas Marriott
2017-05-15Check the terminfo(5) U8 capability and disable using UTF-8 for ACS ifNicholas Marriott
2017-03-22Add support for the strikethrough attribute (SGR 9), using the new smxxNicholas Marriott