| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix so tmux correctly sends the cvvis (cursor very visible) capability |  nicm | 2021-03-12 | 1 | -14/+26 |
* | Move the call to setupterm() into the client and have it pass the |  nicm | 2021-02-17 | 1 | -3/+3 |
* | There is no need to clear every line entirely before drawing to it, this |  nicm | 2021-01-18 | 1 | -13/+2 |
* | Redraw any visible modes when status line changes so that formats like |  nicm | 2020-12-03 | 1 | -3/+3 |
* | If mouse bits change, clear them all and set again to avoid problems |  nicm | 2020-11-09 | 1 | -15/+13 |
* | Use the setal capability as well as (tmux's) Setulc. |  nicm | 2020-10-05 | 1 | -10/+24 |
* | Check started flag before looking for capability. |  nicm | 2020-09-02 | 1 | -3/+3 |
* | Add a -w flag to set- and load-buffer to send to clipboard using OSC 52. |  nicm | 2020-09-02 | 1 | -8/+16 |
* | Fix various confusion about am vs xenl. |  nicm | 2020-06-05 | 1 | -10/+10 |
* | Move the code to set up a padding cell into grid.c. |  nicm | 2020-06-02 | 1 | -5/+6 |
* | Now the tty has a pointer back to the client there is no point (and a |  nicm | 2020-05-24 | 1 | -37/+32 |
* | xterm* can have focus too. |  nicm | 2020-05-22 | 1 | -2/+2 |
* | Add a terminal feature for enable/disable extended keys (supported by |  nicm | 2020-05-16 | 1 | -12/+11 |
* | Add an option to set the pane border lines style from a choice of single |  nicm | 2020-05-16 | 1 | -15/+21 |
* | Add a client flag 'active-pane' which stores the active pane in the |  nicm | 2020-05-16 | 1 | -4/+3 |
* | Add a -D flag to ask tmux not to daemonize, useful both for running a |  nicm | 2020-05-16 | 1 | -2/+7 |
* | Do not need to work out status line offset, we already have it. |  nicm | 2020-05-16 | 1 | -10/+5 |
* | Do not hoke into struct window_pane from the tty code and instead set |  nicm | 2020-05-16 | 1 | -210/+162 |
* | Rename and tidy some stuff in struct tty_ctx. |  nicm | 2020-05-16 | 1 | -79/+71 |
* | Drop having a separate type for style options and make them all strings, |  nicm | 2020-05-16 | 1 | -3/+15 |
* | Use a grid cell not a style for the pane style. |  nicm | 2020-05-16 | 1 | -17/+9 |
* | Instead of having a default set of terminals in terminal-overrides that |  nicm | 2020-05-16 | 1 | -4/+4 |
* | Do not redraw or update mode if nothing has changed. |  nicm | 2020-05-16 | 1 | -2/+3 |
* | Add feature and capabilities for focus reporting. Also document AX and |  nicm | 2020-05-16 | 1 | -13/+11 |
* | Add a feature for bracketed paste. |  nicm | 2020-05-16 | 1 | -4/+4 |
* | Add extension terminfo(5) capabilities for margins. |  nicm | 2020-05-16 | 1 | -9/+6 |
* | Remove support for iTerm2's DSR 1337 extension and use the CSI > q |  nicm | 2020-05-16 | 1 | -5/+5 |
* | Do not clear client pane redraw flags until the redraw actually happens. |  nicm | 2020-04-21 | 1 | -1/+2 |
* | Apply terminal-overrides after terminal detection, it always takes |  nicm | 2020-04-20 | 1 | -2/+3 |
* | Change how sync works to always send the end sequence after all output |  nicm | 2020-04-20 | 1 | -11/+17 |
* | Change the Sync capability to be a string instead of a flag. |  nicm | 2020-04-20 | 1 | -3/+3 |
* | Tidy up the terminal detection and feature code and add named sets of |  nicm | 2020-04-20 | 1 | -89/+34 |
* | Bring back previons fix to only redraw panes that need it after a redraw |  nicm | 2020-04-18 | 1 | -1/+11 |
* | Add a flag to protect against nested syncs and add some extra logging to |  nicm | 2020-04-18 | 1 | -3/+7 |
* | Revert previous, there is still a problem. |  nicm | 2020-04-18 | 1 | -15/+3 |
* | When a redraw is deferred because the terminal hasn't finished reading |  nicm | 2020-04-18 | 1 | -3/+15 |
* | Set mode properly before and after redrawing, and don't bother |  nicm | 2020-04-17 | 1 | -1/+4 |
* | Do not move the cursor to the existing y position if it is invalid, go |  nicm | 2020-04-17 | 1 | -4/+11 |
* | Support the application escape sequence mintty (means tmux doesn't have |  nicm | 2020-04-17 | 1 | -1/+3 |
* | Send secondary device attributes instead of primary which gives us a bit |  nicm | 2020-04-16 | 1 | -4/+3 |
* | Move the UTF-8 flag to terminal flags. |  nicm | 2020-04-16 | 1 | -2/+2 |
* | Add a helper function to get the terminal flags. |  nicm | 2020-04-16 | 1 | -19/+27 |
* | Add support for the iTerm2 sychronized updates escape sequence which |  nicm | 2020-04-16 | 1 | -1/+27 |
* | Wait until the initial command sequence is done before sending a device |  nicm | 2020-04-09 | 1 | -7/+17 |
* | Add support for overlay popup boxes to show text or output temporarily |  nicm | 2020-03-24 | 1 | -4/+17 |
* | Do not return early if no bits changed because may still need to change the style. |  nicm | 2020-03-17 | 1 | -3/+1 |
* | VTE treats each mouse mode bit as independent, so turning off 1000 |  nicm | 2020-03-16 | 1 | -23/+31 |
* | Turn off mouse mode 1003 as well as the rest when exiting. |  nicm | 2020-03-16 | 1 | -5/+9 |
* | Do not send DA and DSR again if already have a response. |  nicm | 2020-01-29 | 1 | -3/+5 |
* | If we can identify the terminal as iTerm2 or as tmux, we can be sure |  nicm | 2020-01-28 | 1 | -13/+16 |