aboutsummaryrefslogtreecommitdiff
path: root/tty-term.c
Commit message (Expand)AuthorAge
* Use VIS_CSTYLE for the arguments and add the missing escapes it cannicm2019-05-29
* Add support for overline (SGR 53), from Ricardo Banffy.nicm2019-05-13
* options_array_item_value cannot return NULL.nicm2019-04-25
* Indicate an array option with a flag rather than a special type so thatnicm2019-04-23
* Make array options a sparse tree instead of an array of char * andnicm2019-03-18
* Support for extended underline styles on terminals which offer them,nicm2018-10-18
* Handle terminfo colors > 256 correctly, GitHub issue 1337.nicm2018-05-07
* Upstream ncurses has introduced terminfo capabilities to specify RGBnicm2018-02-04
* Use kind and kri for S-Up/Down as well as kUP and kDN.nicm2017-08-27
* Log terminal capabilities for each new terminal.nicm2017-06-16
* Look for setrgbf and setrgbb terminfo extensions for RGB colour. This isnicm2017-05-31
* Check the terminfo(5) U8 capability and disable using UTF-8 for ACS ifnicm2017-05-15
* Add support for the strikethrough attribute (SGR 9), using the new smxxnicm2017-03-22
* Don't need is1,is2,is3 so remove them.nicm2017-02-21
* Add support for scroll up escape sequence (CSI S) and use it whennicm2017-02-08
* Use DECFRA on VT420 compatible terminals (so, xterm) and ED on allnicm2017-02-06
* Convert terminal-overrides to an array option.nicm2017-01-24
* Make options_get_string return const string.nicm2017-01-13
* Spacing nits.nicm2016-12-09
* Loads more static, except for cmd-*.c and window-*.c.nicm2016-10-10
* Support for RGB colour, using the extended cell mechanism to avoidnicm2016-01-29
* I no longer use my SourceForge address so replace it.nicm2016-01-19
* Style nits and line wrapping of function declarations.nicm2015-12-11
* Sync the entire xmalloc.[ch] with the other users, but with the additionnicm2015-11-18
* Move struct options into options.c.nicm2015-10-27
* Assign flag not number for flag types (we got away with it so farnicm2015-09-24
* Tweak some error messages/comments.nicm2015-09-01
* Tidy up the way terminals are described and move some structs out of tmux.h.nicm2015-07-28
* Support setting the default window and pane background colours (windownicm2015-04-19
* Support blinking cursor mode, both the xterm CSI ?12 h/l and (thenicm2015-01-20
* Drop explicit support for F13-F20 and change to match the xterm terminfonicm2014-07-21
* Wrap some long lines.nicm2014-04-17
* Change terminal-overrides to a server option (now that we have them), itnicm2014-02-23
* The actual terminfo entries we ended up with for cursor changes are Cs,Nicholas Marriott2013-06-02
* Remove tmux's (already minimal) 88 colour support. Such terminals areNicholas Marriott2013-03-27
* Implement ECH (erase character, CSI X). Reported by Christian Neukirchen.Nicholas Marriott2013-01-15
* xfree is not particularly helpful, remove it. From Thomas Adam.Nicholas Marriott2012-07-10
* If there are any terminals with insert mode but not ich1, they can goNicholas Marriott2012-05-22
* Log terminal overrides.Nicholas Marriott2011-12-01
* Support for \e[3J to clear the history. Also send the correspondingNicholas Marriott2011-10-23
* Support DECSCUSR sequence to set the cursor style with two newNicholas Marriott2011-05-20
* Support xterm(1) cursor colour change sequences through terminfo(5) CcNicholas Marriott2011-05-20
* Support setting the xterm clipboard when copying from copy mode usingNicholas Marriott2011-05-18
* Use the tsl and fsl terminfo(5) capabilities to update terminal titleNicholas Marriott2011-05-08
* If the terminal supports sitm for italics, use it instead of standoutNicholas Marriott2011-04-09
* Use LIST_* not SLIST_*.Nicholas Marriott2011-01-26
* Another table that should be const.Nicholas Marriott2011-01-01
* Use UTF-8 line drawing characters on UTF-8 terminals. Fixes some stupidNicholas Marriott2010-09-11
* Ignore terminal overrides settings without a value.Nicholas Marriott2010-09-11
* Massive spaces->tabs and trailing whitespace cleanup, hopefully for the lastNicholas Marriott2009-12-03