| Commit message (Expand) | Author | Age | Files | Lines |
* | Support for windows larger than visible on the attached client. This has |  nicm | 2018-10-18 | 1 | -3/+3 |
* | Apply the xterm key flag when needed for send-keys, fixes problem |  nicm | 2017-06-28 | 1 | -2/+2 |
* | Add explicit keys for the bracketed paste sequences, both to avoid mix |  nicm | 2017-06-12 | 1 | -1/+5 |
* | Up to now, tmux sees \033\033[OA as M-Up and since we turned on |  nicm | 2017-05-07 | 1 | -1/+2 |
* | Implement "all event" (1003) mouse mode but in a way that works. The |  nicm | 2017-02-01 | 1 | -10/+32 |
* | Revert previous for now, it will break TERM=screen. |  nicm | 2017-01-25 | 1 | -6/+6 |
* | If xterm-keys is on, use xterm(1) style keys for Home and End as well as |  nicm | 2017-01-25 | 1 | -6/+6 |
* | Remove some dead code in cmd-move-window.c and make a load of local |  nicm | 2016-10-03 | 1 | -4/+4 |
* | Limit x, y and b to 0x7ff for UTF-8 mouse input, suggested by schwarze@. |  nicm | 2016-03-02 | 1 | -1/+3 |
* | Use system wcwidth() instead of carrying around UTF-8 width tables. |  nicm | 2016-03-01 | 1 | -4/+17 |
* | I no longer use my SourceForge address so replace it. |  nicm | 2016-01-19 | 1 | -2/+2 |
* | Allow prefix and prefix2 to be set to None to disable (useful if you |  nicm | 2015-12-12 | 1 | -3/+3 |
* | Partly revert previous, it is harmless to keep support for UTF-8 mouse |  nicm | 2015-11-23 | 1 | -1/+7 |
* | Remove support for the UTF-8 mouse extension. This was a briefly used, |  nicm | 2015-11-23 | 1 | -7/+1 |
* | 0x7f is a valid key. |  nicm | 2015-11-16 | 1 | -2/+2 |
* | All these return values from utf8_* are confusing, use an enum. |  nicm | 2015-11-14 | 1 | -2/+2 |
* | Rename overly-long utf8data to ud throughout. |  nicm | 2015-11-12 | 1 | -6/+6 |
* | Support UTF-8 key bindings by expanding the key type from int to |  nicm | 2015-11-12 | 1 | -15/+25 |
* | Move struct options into options.c. |  nicm | 2015-10-27 | 1 | -2/+2 |
* | Some extra logging of where keys are actually going. |  nicm | 2015-10-26 | 1 | -3/+4 |
* | Don't eat the mouse event that triggers a drag end because we may want |  nicm | 2015-04-21 | 1 | -1/+2 |
* | Rewrite of tmux mouse support which was a mess. Instead of having |  nicm | 2015-04-19 | 1 | -49/+50 |
* | Fix some format specifier nits, from Ben Boeckel. |  nicm | 2015-03-31 | 1 | -2/+2 |
* | 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 |