summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/input-keys.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Tidy up mode-mouse check.nicm2014-11-051-14/+12
* Revert the up/down wheel emulation for now, there will be a better waynicm2014-07-211-16/+1
* Drop explicit support for F13-F20 and change to match the xterm terminfonicm2014-07-211-9/+9
* Send up and down keys for mouse wheel in alternate screen mode (when itnicm2014-05-081-1/+16
* There is no longer a need for a paste_stack struct or for global_buffersnicm2014-04-241-2/+2
* A couple of trivial mouse-related style nits.nicm2014-04-031-2/+2
* Remove log_debug2 as well and simplify log.c.nicm2014-03-311-4/+4
* Don't limit width and height to 222 in standard mouse mode.nicm2013-05-071-2/+2
* Add resize-pane -Z to temporary zoom the active pane to occupy the fullnicm2013-03-241-2/+3
* Support the latest theory for mouse input, this is enabled/disabled withnicm2013-03-221-3/+16
* Support middle-click paste, based on a diff from Ailin Nemui.nicm2012-11-271-5/+12
* Revert last, after discussion it isn't necessary.nicm2012-11-271-3/+2
* If the application inside tmux has requested any mouse modes itself, donicm2012-11-271-2/+3
* Make mouse event structure clearer by defining events (up, click, drag)nicm2012-10-261-7/+7
* xfree is not particularly helpful, remove it. From Thomas Adam.nicm2012-07-101-2/+2
* Only enter copy mode on scroll up, from Ailin Nemui.nicm2012-05-051-2/+3
* Simplify mouse input function.nicm2012-04-011-6/+7
* Extend the mode-mouse option to add a third choice which means the mousenicm2011-07-301-2/+4
* When mode-mouse is on (it is off by default), automatically enter copynicm2011-04-191-1/+8
* Support for UTF-8 mouse input (\033[1005h). This was added in xterm 262nicm2011-01-031-5/+17
* Last few tables that should be const.nicm2011-01-011-7/+7
* Support all four of the xterm mouse modes. Based on a diff from hsim atnicm2010-12-291-2/+2
* Massive spaces->tabs and trailing whitespace cleanup, hopefully for the lastnicm2009-12-031-4/+4
* Output the right keys for application and number keypad modes (they were thenicm2009-11-251-34/+34
* Don't output rxvtisms either.nicm2009-11-101-23/+1
* It would help if I read my own comments... make alt keys work again by sendingnicm2009-11-041-4/+3
* Convert the window pane (pty master side) fd over to use a bufferevent.nicm2009-11-041-10/+14
* Not all terminals swap CSI and SS3 on ctrl, so remove that.nicm2009-10-261-2/+5
* Rewrite xterm-keys code (both input and output) so that works (doesn't alwaysnicm2009-10-261-1/+13
* On second thoughts, drop the rxvt output entirely.nicm2009-10-261-13/+1
* Set the output code for ctrl+cursor keys correctly, and disable (comment)nicm2009-10-261-5/+8
* Drop INPUTKEY_CTRL and just handle it as part of the table.nicm2009-10-261-44/+63
* Add or fix some comments.nicm2009-10-261-10/+17
* Tidy up table.nicm2009-10-261-82/+83
* Rename keypad keys to something more useful.nicm2009-10-261-33/+33
* Remove the xterm-keys code which is broken (a replacement is coming but somenicm2009-10-261-59/+27
* Clean up by introducing a wrapper struct for mouse clicks rather than passingnicm2009-10-111-5/+5
* Detect backspace by looking at termios VERASE and translate it into \177 (whichnicm2009-07-261-1/+4
* Tidy up keys: use an enum for the key codes, and remove the macros which justnicm2009-07-211-26/+26
* Import tmux, a terminal multiplexor allowing (among other things) a singlenicm2009-06-011-0/+227