| Commit message (Expand) | Author | Age | Files | Lines |
* | Tidy up mode-mouse check. |  nicm | 2014-11-05 | 1 | -14/+12 |
* | Revert the up/down wheel emulation for now, there will be a better way |  nicm | 2014-07-21 | 1 | -16/+1 |
* | Drop explicit support for F13-F20 and change to match the xterm terminfo |  nicm | 2014-07-21 | 1 | -9/+9 |
* | Send up and down keys for mouse wheel in alternate screen mode (when it |  nicm | 2014-05-08 | 1 | -1/+16 |
* | There is no longer a need for a paste_stack struct or for global_buffers |  nicm | 2014-04-24 | 1 | -2/+2 |
* | A couple of trivial mouse-related style nits. |  nicm | 2014-04-03 | 1 | -2/+2 |
* | Remove log_debug2 as well and simplify log.c. |  nicm | 2014-03-31 | 1 | -4/+4 |
* | Don't limit width and height to 222 in standard mouse mode. |  nicm | 2013-05-07 | 1 | -2/+2 |
* | Add resize-pane -Z to temporary zoom the active pane to occupy the full |  nicm | 2013-03-24 | 1 | -2/+3 |
* | Support the latest theory for mouse input, this is enabled/disabled with |  nicm | 2013-03-22 | 1 | -3/+16 |
* | Support middle-click paste, based on a diff from Ailin Nemui. |  nicm | 2012-11-27 | 1 | -5/+12 |
* | Revert last, after discussion it isn't necessary. |  nicm | 2012-11-27 | 1 | -3/+2 |
* | If the application inside tmux has requested any mouse modes itself, do |  nicm | 2012-11-27 | 1 | -2/+3 |
* | Make mouse event structure clearer by defining events (up, click, drag) |  nicm | 2012-10-26 | 1 | -7/+7 |
* | xfree is not particularly helpful, remove it. From Thomas Adam. |  nicm | 2012-07-10 | 1 | -2/+2 |
* | Only enter copy mode on scroll up, from Ailin Nemui. |  nicm | 2012-05-05 | 1 | -2/+3 |
* | Simplify mouse input function. |  nicm | 2012-04-01 | 1 | -6/+7 |
* | Extend the mode-mouse option to add a third choice which means the mouse |  nicm | 2011-07-30 | 1 | -2/+4 |
* | When mode-mouse is on (it is off by default), automatically enter copy |  nicm | 2011-04-19 | 1 | -1/+8 |
* | Support for UTF-8 mouse input (\033[1005h). This was added in xterm 262 |  nicm | 2011-01-03 | 1 | -5/+17 |
* | Last few tables that should be const. |  nicm | 2011-01-01 | 1 | -7/+7 |
* | Support all four of the xterm mouse modes. Based on a diff from hsim at |  nicm | 2010-12-29 | 1 | -2/+2 |
* | Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last |  nicm | 2009-12-03 | 1 | -4/+4 |
* | Output the right keys for application and number keypad modes (they were the |  nicm | 2009-11-25 | 1 | -34/+34 |
* | Don't output rxvtisms either. |  nicm | 2009-11-10 | 1 | -23/+1 |
* | It would help if I read my own comments... make alt keys work again by sending |  nicm | 2009-11-04 | 1 | -4/+3 |
* | Convert the window pane (pty master side) fd over to use a bufferevent. |  nicm | 2009-11-04 | 1 | -10/+14 |
* | Not all terminals swap CSI and SS3 on ctrl, so remove that. |  nicm | 2009-10-26 | 1 | -2/+5 |
* | Rewrite xterm-keys code (both input and output) so that works (doesn't always |  nicm | 2009-10-26 | 1 | -1/+13 |
* | On second thoughts, drop the rxvt output entirely. |  nicm | 2009-10-26 | 1 | -13/+1 |
* | Set the output code for ctrl+cursor keys correctly, and disable (comment) |  nicm | 2009-10-26 | 1 | -5/+8 |
* | Drop INPUTKEY_CTRL and just handle it as part of the table. |  nicm | 2009-10-26 | 1 | -44/+63 |
* | Add or fix some comments. |  nicm | 2009-10-26 | 1 | -10/+17 |
* | Tidy up table. |  nicm | 2009-10-26 | 1 | -82/+83 |
* | Rename keypad keys to something more useful. |  nicm | 2009-10-26 | 1 | -33/+33 |
* | Remove the xterm-keys code which is broken (a replacement is coming but some |  nicm | 2009-10-26 | 1 | -59/+27 |
* | Clean up by introducing a wrapper struct for mouse clicks rather than passing |  nicm | 2009-10-11 | 1 | -5/+5 |
* | Detect backspace by looking at termios VERASE and translate it into \177 (which |  nicm | 2009-07-26 | 1 | -1/+4 |
* | Tidy up keys: use an enum for the key codes, and remove the macros which just |  nicm | 2009-07-21 | 1 | -26/+26 |
* | Import tmux, a terminal multiplexor allowing (among other things) a single |  nicm | 2009-06-01 | 1 | -0/+227 |