| Commit message (Expand) | Author | Age | Files | Lines |
* | Focus off needs to be sent with tty_raw, reported by Geoff Nixon. |  nicm | 2015-01-30 | 1 | -2/+2 |
* | Support blinking cursor mode, both the xterm CSI ?12 h/l and (the |  nicm | 2015-01-20 | 1 | -5/+9 |
* | Remove support for the continuous reporting "any" mouse mode which never |  nicm | 2014-08-09 | 1 | -7/+3 |
* | specifying ECHOCTL once is enough |  jsg | 2014-04-25 | 1 | -2/+2 |
* | Some more long lines. |  nicm | 2014-04-17 | 1 | -3/+3 |
* | Wrap some long lines. |  nicm | 2014-04-17 | 1 | -2/+3 |
* | Change terminal-overrides to a server option (now that we have them), it |  nicm | 2014-02-23 | 1 | -3/+3 |
* | If the terminfo entry has colors#256, assume that setaf and setab work |  nicm | 2014-02-14 | 1 | -7/+23 |
* | Allow replacing each of the many sets of separate foo-{fg,bg,attr} |  nicm | 2014-01-28 | 1 | -3/+2 |
* | Don't turn on modifyOtherKeys by default, it is annoying if tmux is |  nicm | 2013-10-20 | 1 | -3/+2 |
* | Focus events can cause trouble if left on and they can't be turned off |  nicm | 2013-06-23 | 1 | -3/+13 |
* | revert r1.156 "Add support for focus notifications when tmux pane changes" |  sthen | 2013-06-11 | 1 | -3/+3 |
* | The actual terminfo entries we ended up with for cursor changes are Cs, |  nicm | 2013-06-02 | 1 | -10/+10 |
* | Send an SGR0 after turning on modifyOtherKeys to fix Terminal.app which |  nicm | 2013-04-11 | 1 | -3/+3 |
* | Remove tmux's (already minimal) 88 colour support. Such terminals are |  nicm | 2013-03-27 | 1 | -29/+5 |
* | Handle focus events from the terminal, from Aaron Jensen. |  nicm | 2013-03-24 | 1 | -3/+3 |
* | Add support for focus notifications when tmux pane changes, based on |  nicm | 2013-03-24 | 1 | -2/+2 |
* | Use tty_raw on stop, not tty_puts. |  nicm | 2013-03-22 | 1 | -2/+2 |
* | Correctly handle UTF8 mouse option being toggled, from Egmont Koblinger. |  nicm | 2013-03-22 | 1 | -2/+4 |
* | Support the latest theory for mouse input, this is enabled/disabled with |  nicm | 2013-03-22 | 1 | -3/+14 |
* | No more lint means no more ARGSUSED. |  nicm | 2013-03-22 | 1 | -3/+1 |
* | In terminals with XT, turn on modifyOtherKeys=1 with the escape sequence |  nicm | 2013-03-22 | 1 | -2/+5 |
* | I strongly suspect it is possible for tmux to block on detach in |  nicm | 2013-03-22 | 1 | -4/+18 |
* | Include the \033 in the key tree and adjust key matching for this change. |  nicm | 2013-03-21 | 1 | -2/+2 |
* | Tidy by splitting default key tables into two. |  nicm | 2013-03-21 | 1 | -2/+2 |
* | Rather than having two grids for each pane, one for ASCII and one for |  nicm | 2013-01-18 | 1 | -43/+27 |
* | Implement ECH (erase character, CSI X). Reported by Christian Neukirchen. |  nicm | 2013-01-15 | 1 | -1/+18 |
* | Put helper function back, will be needed in a bit. |  nicm | 2012-11-22 | 1 | -1/+9 |
* | Instead of worrying about xterm version, send DA and read DEC service |  nicm | 2012-11-22 | 1 | -10/+2 |
* | Don't need to send DECSL on detaching now, the code using higher levels |  nicm | 2012-11-22 | 1 | -4/+1 |
* | Do not test client flags against TTY_FREEZE bit, reported by Tom Ryder. |  nicm | 2012-09-29 | 1 | -2/+4 |
* | We can't tell what the terminal has done with a DCS string, so reset the |  nicm | 2012-09-05 | 1 | -1/+7 |
* | Remove xterm CRA support - support is patchy and it will be done better |  nicm | 2012-09-03 | 1 | -59/+2 |
* | Tidy up tty_write, from Sean Estabrooks. |  nicm | 2012-08-14 | 1 | -17/+10 |
* | xfree is not particularly helpful, remove it. From Thomas Adam. |  nicm | 2012-07-10 | 1 | -6/+6 |
* | Remove a couple of unused variables from redbrain at gcc dot gnu dot org. |  nicm | 2012-06-20 | 1 | -3/+1 |
* | Store client in tty struct directly instead of using a callback function |  nicm | 2012-05-22 | 1 | -2/+3 |
* | Use tty_pane_full_width macro in some more places. |  nicm | 2012-05-22 | 1 | -5/+3 |
* | If there are any terminals with insert mode but not ich1, they can go |  nicm | 2012-05-22 | 1 | -7/+2 |
* | Move some common code to repeat spaces into a function. |  nicm | 2012-05-22 | 1 | -33/+23 |
* | Tidy up by adding a macro for the pane being the full screen width, from |  nicm | 2012-05-05 | 1 | -24/+13 |
* | Missing ()s in macros. |  nicm | 2012-05-05 | 1 | -3/+3 |
* | Pull CRA out into a separate function and add ERA, from Ailin Nemui. |  nicm | 2012-05-05 | 1 | -12/+43 |
* | Add a simple form of output rate limiting by counting the number of |  nicm | 2012-03-20 | 1 | -2/+2 |
* | On xterm 271 and later, put the terminal into SCL 5 and use DECCRA for |  nicm | 2012-03-17 | 1 | -3/+42 |
* | Break out termios initialization into a separate function, from George |  nicm | 2012-03-17 | 1 | -8/+15 |
* | Do not clear to end of line if the line is full, fixes missing last |  nicm | 2012-03-17 | 1 | -2/+2 |
* | Use the region lower not the pane size to work out where the bottom line |  nicm | 2012-03-17 | 1 | -2/+2 |
* | Tweak last fix to actually hit the right end of pane. |  nicm | 2012-03-17 | 1 | -2/+2 |
* | Check event_initialized before event_del if event may not have been set |  nicm | 2012-03-17 | 1 | -2/+3 |