summaryrefslogtreecommitdiffstats
path: root/tty-term.c
AgeCommit message (Expand)Author
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
2017-01-24Convert terminal-overrides to an array option.nicm
2017-01-13Make options_get_string return const string.nicm
2016-12-09Spacing nits.nicm
2016-10-10Loads more static, except for cmd-*.c and window-*.c.nicm
2016-01-29Support for RGB colour, using the extended cell mechanism to avoidnicm
2016-01-19I no longer use my SourceForge address so replace it.nicm
2015-12-11Style nits and line wrapping of function declarations.nicm
2015-11-18Sync the entire xmalloc.[ch] with the other users, but with the additionnicm
2015-10-27Move struct options into options.c.nicm
2015-09-24Assign flag not number for flag types (we got away with it so farnicm
2015-09-01Tweak some error messages/comments.nicm
2015-07-28Tidy up the way terminals are described and move some structs out of tmux.h.nicm
2015-04-19Support setting the default window and pane background colours (windownicm
2015-01-20Support blinking cursor mode, both the xterm CSI ?12 h/l and (thenicm
2014-07-21Drop explicit support for F13-F20 and change to match the xterm terminfonicm
2014-04-17Wrap some long lines.nicm
2014-02-23Change terminal-overrides to a server option (now that we have them), itnicm
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
2013-01-15Implement ECH (erase character, CSI X). Reported by Christian Neukirchen.Nicholas Marriott
2012-07-10xfree is not particularly helpful, remove it. From Thomas Adam.Nicholas Marriott
2012-05-22If there are any terminals with insert mode but not ich1, they can goNicholas Marriott
2011-12-01Log terminal overrides.Nicholas Marriott
2011-10-23Support for \e[3J to clear the history. Also send the correspondingNicholas Marriott
2011-05-20Support DECSCUSR sequence to set the cursor style with two newNicholas Marriott