summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/input-keys.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Log missing keys when extended keys is on rather than fatal().nicm2020-11-171-3/+4
* Some other warnings, GitHub issue 2382.nicm2020-09-181-1/+3
* Try without cursor/keypad flags if a key doesn't exist, and limit ctrlnicm2020-06-011-4/+10
* Use the internal representation for UTF-8 keys instead of wchar_t andnicm2020-05-251-3/+2
* Some other ctrl keys need to be translated with extended keys on.nicm2020-05-191-5/+30
* Add a terminal feature for enable/disable extended keys (supported bynicm2020-05-161-61/+7
* Send CSI u sequences for any keys that do not have a defined sequencenicm2020-05-161-13/+101
* Separate key flags and modifiers, log key flags, make the "xterm" flagnicm2020-05-161-40/+53
* Rename KEYC_ESCAPE to KEYC_META.nicm2020-05-161-9/+9
* xterm-keys has been on by default for five years and all other modernnicm2020-05-161-139/+371
* Do not send mouse events if the program has not requested them.nicm2020-04-071-1/+3
* Support mouse in popups.nicm2020-04-011-19/+37
* Change input path so it doesn't require a pane.nicm2020-03-191-23/+31
* Send mouse down event immediately rather than waiting for double clicknicm2020-03-161-7/+6
* Treat plausible but invalid keys (like C-BSpace) as literal like anynicm2020-01-131-9/+10
* Keep modifiers on backspace when translating it.nicm2019-11-181-5/+6
* Add an option to set the key sent by backspace for those whose systemnicm2019-11-141-4/+8
* Add a -H flag to send-keys to send literal keys given as hex numbersnicm2019-07-091-1/+8
* Support for windows larger than visible on the attached client. This hasnicm2018-10-181-3/+3
* Apply the xterm key flag when needed for send-keys, fixes problemnicm2017-06-281-2/+2
* Add explicit keys for the bracketed paste sequences, both to avoid mixnicm2017-06-121-1/+5
* Up to now, tmux sees \033\033[OA as M-Up and since we turned onnicm2017-05-071-1/+2
* Implement "all event" (1003) mouse mode but in a way that works. Thenicm2017-02-011-10/+32
* Revert previous for now, it will break TERM=screen.nicm2017-01-251-6/+6
* If xterm-keys is on, use xterm(1) style keys for Home and End as well asnicm2017-01-251-6/+6
* Remove some dead code in cmd-move-window.c and make a load of localnicm2016-10-031-4/+4
* Limit x, y and b to 0x7ff for UTF-8 mouse input, suggested by schwarze@.nicm2016-03-021-1/+3
* Use system wcwidth() instead of carrying around UTF-8 width tables.nicm2016-03-011-4/+17
* I no longer use my SourceForge address so replace it.nicm2016-01-191-2/+2
* Allow prefix and prefix2 to be set to None to disable (useful if younicm2015-12-121-3/+3
* Partly revert previous, it is harmless to keep support for UTF-8 mousenicm2015-11-231-1/+7
* Remove support for the UTF-8 mouse extension. This was a briefly used,nicm2015-11-231-7/+1
* 0x7f is a valid key.nicm2015-11-161-2/+2
* All these return values from utf8_* are confusing, use an enum.nicm2015-11-141-2/+2
* Rename overly-long utf8data to ud throughout.nicm2015-11-121-6/+6
* Support UTF-8 key bindings by expanding the key type from int tonicm2015-11-121-15/+25
* Move struct options into options.c.nicm2015-10-271-2/+2
* Some extra logging of where keys are actually going.nicm2015-10-261-3/+4
* Don't eat the mouse event that triggers a drag end because we may wantnicm2015-04-211-1/+2
* Rewrite of tmux mouse support which was a mess. Instead of havingnicm2015-04-191-49/+50
* Fix some format specifier nits, from Ben Boeckel.nicm2015-03-311-2/+2
* 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