summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/tty-term.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix various confusion about am vs xenl.nicm2020-06-051-7/+12
* Add a terminal feature for enable/disable extended keys (supported bynicm2020-05-161-1/+3
* Instead of having a default set of terminals in terminal-overrides thatnicm2020-05-161-9/+17
* Add feature and capabilities for focus reporting. Also document AX andnicm2020-05-161-2/+4
* Add a feature for bracketed paste.nicm2020-05-161-4/+6
* Add extension terminfo(5) capabilities for margins.nicm2020-05-161-3/+7
* Overrides need to be applied both before and after features in case theynicm2020-04-231-2/+5
* Apply terminal-overrides after terminal detection, it always takesnicm2020-04-201-16/+27
* Change the Sync capability to be a string instead of a flag.nicm2020-04-201-2/+2
* Tidy up the terminal detection and feature code and add named sets ofnicm2020-04-201-55/+51
* Add support for the iTerm2 sychronized updates escape sequence whichnicm2020-04-161-1/+6
* If we can identify the terminal as iTerm2 or as tmux, we can be surenicm2020-01-281-20/+10
* The terminal type was never as much use as I expected so remove it innicm2020-01-121-2/+2
* Long lines and spacing fixes.nicm2019-11-281-2/+3
* Do not lazily use BUFSIZ for "I don't care what size" when buildingnicm2019-10-031-3/+3
* Add support for the SD (scroll down) escape sequence, GitHub issue 1861.nicm2019-08-051-1/+2
* Add support for underscore colours with Setulc capability, mostly fromnicm2019-06-271-1/+2
* Use VIS_CSTYLE for the arguments and add the missing escapes it cannicm2019-05-291-2/+2
* Add support for overline (SGR 53), from Ricardo Banffy.nicm2019-05-131-1/+2
* options_array_item_value cannot return NULL.nicm2019-04-251-3/+2
* Indicate an array option with a flag rather than a special type so thatnicm2019-04-231-4/+5
* Make array options a sparse tree instead of an array of char * andnicm2019-03-181-8/+9
* Support for extended underline styles on terminals which offer them,nicm2018-10-181-10/+40
* Handle terminfo colors > 256 correctly, GitHub issue 1337.nicm2018-05-071-3/+4
* Upstream ncurses has introduced terminfo capabilities to specify RGBnicm2018-02-041-3/+7
* Use kind and kri for S-Up/Down as well as kUP and kDN.nicm2017-08-271-22/+24
* Log terminal capabilities for each new terminal.nicm2017-06-161-2/+6
* Look for setrgbf and setrgbb terminfo extensions for RGB colour. This isnicm2017-05-311-1/+21
* Check the terminfo(5) U8 capability and disable using UTF-8 for ACS ifnicm2017-05-151-1/+2
* Add support for the strikethrough attribute (SGR 9), using the new smxxnicm2017-03-221-1/+2
* Don't need is1,is2,is3 so remove them.nicm2017-02-211-4/+1
* Add support for scroll up escape sequence (CSI S) and use it whennicm2017-02-081-1/+2
* Use DECFRA on VT420 compatible terminals (so, xterm) and ED on allnicm2017-02-061-1/+2
* Convert terminal-overrides to an array option.nicm2017-01-241-69/+72
* Make options_get_string return const string.nicm2017-01-131-3/+2
* Spacing nits.nicm2016-12-091-2/+2
* Loads more static, except for cmd-*.c and window-*.c.nicm2016-10-101-6/+6
* Support for RGB colour, using the extended cell mechanism to avoidnicm2016-01-291-1/+2
* I no longer use my SourceForge address so replace it.nicm2016-01-191-2/+2
* Style nits and line wrapping of function declarations.nicm2015-12-111-5/+5
* Sync the entire xmalloc.[ch] with the other users, but with the additionnicm2015-11-181-4/+4
* Move struct options into options.c.nicm2015-10-271-2/+2
* Assign flag not number for flag types (we got away with it so farnicm2015-09-241-2/+2
* Tweak some error messages/comments.nicm2015-09-011-2/+1
* Tidy up the way terminals are described and move some structs out of tmux.h.nicm2015-07-281-209/+270
* Support setting the default window and pane background colours (windownicm2015-04-191-1/+2
* Support blinking cursor mode, both the xterm CSI ?12 h/l and (thenicm2015-01-201-1/+2
* Drop explicit support for F13-F20 and change to match the xterm terminfonicm2014-07-211-1/+44
* Wrap some long lines.nicm2014-04-171-2/+3
* Change terminal-overrides to a server option (now that we have them), itnicm2014-02-231-3/+6