Age | Commit message (Expand) | Author |
2017-08-27 | Use kind and kri for S-Up/Down as well as kUP and kDN. | Nicholas Marriott |
2017-06-16 | Log terminal capabilities for each new terminal. | Nicholas Marriott |
2017-05-31 | Look for setrgbf and setrgbb terminfo extensions for RGB colour. This is | Nicholas Marriott |
2017-05-15 | Check the terminfo(5) U8 capability and disable using UTF-8 for ACS if | Nicholas Marriott |
2017-03-22 | Add support for the strikethrough attribute (SGR 9), using the new smxx | Nicholas Marriott |
2017-02-21 | Don't need is1,is2,is3 so remove them. | Nicholas Marriott |
2017-02-08 | Add support for scroll up escape sequence (CSI S) and use it when | Nicholas Marriott |
2017-02-06 | Use DECFRA on VT420 compatible terminals (so, xterm) and ED on all | Nicholas Marriott |
2017-01-24 | Convert terminal-overrides to an array option. | Nicholas Marriott |
2017-01-13 | Make options_get_string return const string. | Nicholas Marriott |
2016-12-09 | Spacing nits. | Nicholas Marriott |
2016-10-10 | Loads more static, except for cmd-*.c and window-*.c. | Nicholas Marriott |
2016-01-29 | Support for RGB colour, using the extended cell mechanism to avoid | Nicholas Marriott |
2016-01-19 | I no longer use my SourceForge address so replace it. | Nicholas Marriott |
2015-12-11 | Style nits and line wrapping of function declarations. | Nicholas Marriott |
2015-11-18 | Sync the entire xmalloc.[ch] with the other users, but with the addition | Nicholas Marriott |
2015-10-27 | Move struct options into options.c. | Nicholas Marriott |
2015-09-24 | Assign flag not number for flag types (we got away with it so far | Nicholas Marriott |
2015-09-01 | Tweak some error messages/comments. | Nicholas Marriott |
2015-07-28 | Tidy up the way terminals are described and move some structs out of tmux.h. | Nicholas Marriott |
2015-04-19 | Support setting the default window and pane background colours (window | Nicholas Marriott |
2015-01-20 | Support blinking cursor mode, both the xterm CSI ?12 h/l and (the | Nicholas Marriott |
2014-07-21 | Drop explicit support for F13-F20 and change to match the xterm terminfo | Nicholas Marriott |
2014-04-17 | Wrap some long lines. | Nicholas Marriott |
2014-02-23 | Change terminal-overrides to a server option (now that we have them), it | Nicholas Marriott |
2013-06-02 | The actual terminfo entries we ended up with for cursor changes are Cs, | Nicholas Marriott |
2013-03-27 | Remove tmux's (already minimal) 88 colour support. Such terminals are | Nicholas Marriott |
2013-01-15 | Implement ECH (erase character, CSI X). Reported by Christian Neukirchen. | Nicholas Marriott |
2012-07-10 | xfree is not particularly helpful, remove it. From Thomas Adam. | Nicholas Marriott |
2012-05-22 | If there are any terminals with insert mode but not ich1, they can go | Nicholas Marriott |
2011-12-01 | Log terminal overrides. | Nicholas Marriott |
2011-10-23 | Support for \e[3J to clear the history. Also send the corresponding | Nicholas Marriott |
2011-05-20 | Support DECSCUSR sequence to set the cursor style with two new | Nicholas Marriott |
2011-05-20 | Support xterm(1) cursor colour change sequences through terminfo(5) Cc | Nicholas Marriott |
2011-05-18 | Support setting the xterm clipboard when copying from copy mode using | Nicholas Marriott |
2011-05-08 | Use the tsl and fsl terminfo(5) capabilities to update terminal title | Nicholas Marriott |
2011-04-09 | If the terminal supports sitm for italics, use it instead of standout | Nicholas Marriott |
2011-01-26 | Use LIST_* not SLIST_*. | Nicholas Marriott |
2011-01-01 | Another table that should be const. | Nicholas Marriott |
2010-09-11 | Use UTF-8 line drawing characters on UTF-8 terminals. Fixes some stupid | Nicholas Marriott |
2010-09-11 | Ignore terminal overrides settings without a value. | Nicholas Marriott |
2009-12-03 | Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last | Nicholas Marriott |
2009-11-26 | Emulate il1, dl1, ich1 to run (albeit slowly) with vt100 feature set. | Nicholas Marriott |
2009-11-12 | Emulate the ri (reverse index) capability: this allows tmux to at least start | Nicholas Marriott |
2009-10-26 | Support the (mostly new) function key+modifier caps (kIC-kIC7). Most of these | Nicholas Marriott |
2009-10-25 | Remove the -d flag to tmux and just use op/AX to detect default colours. | Nicholas Marriott |
2009-10-24 | Bring a comment into line with reality. | Nicholas Marriott |
2009-10-12 | Use relative cursor movement instead of absolute when possible and when | Nicholas Marriott |
2009-08-23 | Check the return value of strunvis against -1 not NULL. | Nicholas Marriott |
2009-08-21 | Emulate dch/dch1 if missing by redrawing the entire line. | Nicholas Marriott |