| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Stop handling DA and DSR after a second (they should be the first thing |  nicm | 2020-01-13 | 1 | -1/+18 |
| * | Be more specific in the DSR we are looking for so it doesn't get |  nicm | 2020-01-13 | 1 | -3/+4 |
| * | Detect iTerm2 and enable DECSLRM. |  nicm | 2020-01-12 | 1 | -2/+2 |
| * | The terminal type was never as much use as I expected so remove it in |  nicm | 2020-01-12 | 1 | -13/+12 |
| * | Do not set cursor colour to default unless it has been changed, GitHub |  nicm | 2019-12-11 | 1 | -3/+5 |
| * | Long lines and spacing fixes. |  nicm | 2019-11-28 | 1 | -2/+3 |
| * | Store xpixel/ypixel from TIOCGWINSZ and add formats. |  nicm | 2019-11-28 | 1 | -7/+18 |
| * | CUB and CUF are also limited by the margins so use CUP instead when |  nicm | 2019-11-14 | 1 | -3/+7 |