summaryrefslogtreecommitdiff
path: root/usr.bin/tmux/tty-term.c
AgeCommit message (Expand)Author
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
2017-02-21Don't need is1,is2,is3 so remove them.Nicholas Marriott
2017-02-08Add support for scroll up escape sequence (CSI S) and use it whenNicholas Marriott
2017-02-06Use DECFRA on VT420 compatible terminals (so, xterm) and ED on allNicholas Marriott
2017-01-24Convert terminal-overrides to an array option.Nicholas Marriott
2017-01-13Make options_get_string return const string.Nicholas Marriott
2016-12-09Spacing nits.Nicholas Marriott
2016-10-10Loads more static, except for cmd-*.c and window-*.c.Nicholas Marriott
2016-01-29Support for RGB colour, using the extended cell mechanism to avoidNicholas Marriott
2016-01-19I no longer use my SourceForge address so replace it.Nicholas Marriott
2015-12-11Style nits and line wrapping of function declarations.Nicholas Marriott
2015-11-18Sync the entire xmalloc.[ch] with the other users, but with the additionNicholas Marriott
2015-10-27Move struct options into options.c.Nicholas Marriott
2015-09-24Assign flag not number for flag types (we got away with it so farNicholas Marriott
2015-09-01Tweak some error messages/comments.Nicholas Marriott
2015-07-28Tidy up the way terminals are described and move some structs out of tmux.h.Nicholas Marriott
2015-04-19Support setting the default window and pane background colours (windowNicholas Marriott
2015-01-20Support blinking cursor mode, both the xterm CSI ?12 h/l and (theNicholas Marriott
2014-07-21Drop explicit support for F13-F20 and change to match the xterm terminfoNicholas Marriott
2014-04-17Wrap some long lines.Nicholas Marriott
2014-02-23Change terminal-overrides to a server option (now that we have them), itNicholas Marriott
2013-06-02The actual terminfo entries we ended up with for cursor changes are Cs,Nicholas Marriott
2013-03-27Remove tmux's (already minimal) 88 colour support. Such terminals areNicholas Marriott