aboutsummaryrefslogtreecommitdiff
path: root/input-keys.c
Commit message (Expand)AuthorAge
* Merge branch 'obsd-master'Thomas Adam2020-01-13
|\
| * Treat plausible but invalid keys (like C-BSpace) as literal like anynicm2020-01-13
* | Merge branch 'obsd-master'Thomas Adam2019-11-18
|\|
| * Keep modifiers on backspace when translating it.nicm2019-11-18
* | Merge branch 'obsd-master'Thomas Adam2019-11-14
|\|
| * Add an option to set the key sent by backspace for those whose systemnicm2019-11-14
* | Merge branch 'obsd-master'Thomas Adam2019-07-09
|\|
| * Add a -H flag to send-keys to send literal keys given as hex numbersnicm2019-07-09
| * Support for windows larger than visible on the attached client. This hasnicm2018-10-18
* | Bring back window_pane_visible to stop input going to panes which areNicholas Marriott2018-09-10
* | Support for windows larger than the client.Nicholas Marriott2018-08-20
* | Merge branch 'obsd-master'Thomas Adam2017-06-28
|\|
| * Apply the xterm key flag when needed for send-keys, fixes problemnicm2017-06-28
* | Merge branch 'obsd-master'Thomas Adam2017-06-12
|\|
| * Add explicit keys for the bracketed paste sequences, both to avoid mixnicm2017-06-12
* | Merge branch 'obsd-master'Thomas Adam2017-05-09
|\|
| * Up to now, tmux sees \033\033[OA as M-Up and since we turned onnicm2017-05-07
* | Merge branch 'obsd-master'Thomas Adam2017-02-01
|\|
| * Implement "all event" (1003) mouse mode but in a way that works. Thenicm2017-02-01
| * Revert previous for now, it will break TERM=screen.nicm2017-01-25
| * If xterm-keys is on, use xterm(1) style keys for Home and End as well asnicm2017-01-25
* | Merge branch 'obsd-master'Thomas Adam2016-10-04
|\|
| * Remove some dead code in cmd-move-window.c and make a load of localnicm2016-10-03
* | Merge branch 'obsd-master'Thomas Adam2016-03-02
|\|
| * Limit x, y and b to 0x7ff for UTF-8 mouse input, suggested by schwarze@.nicm2016-03-02
| * Use system wcwidth() instead of carrying around UTF-8 width tables.nicm2016-03-01
* | Merge branch 'obsd-master'Thomas Adam2016-01-19
|\|
| * I no longer use my SourceForge address so replace it.nicm2016-01-19
* | Merge branch 'obsd-master'Thomas Adam2015-12-12
|\|
| * Allow prefix and prefix2 to be set to None to disable (useful if younicm2015-12-12
* | Merge branch 'obsd-master'Thomas Adam2015-11-24
|\|
| * Partly revert previous, it is harmless to keep support for UTF-8 mousenicm2015-11-23
* | Merge branch 'obsd-master'Thomas Adam2015-11-23
|\|
| * Remove support for the UTF-8 mouse extension. This was a briefly used,nicm2015-11-23
* | Merge branch 'obsd-master'Thomas Adam2015-11-17
|\|
| * 0x7f is a valid key.nicm2015-11-16
* | Merge branch 'obsd-master'Thomas Adam2015-11-14
|\|
| * All these return values from utf8_* are confusing, use an enum.nicm2015-11-14
* | Merge branch 'obsd-master'Thomas Adam2015-11-13
|\|
| * Rename overly-long utf8data to ud throughout.nicm2015-11-12
* | Merge branch 'obsd-master'Thomas Adam2015-11-12
|\|
| * Support UTF-8 key bindings by expanding the key type from int tonicm2015-11-12
* | Merge branch 'obsd-master'Thomas Adam2015-10-27
|\|
| * Move struct options into options.c.nicm2015-10-27
* | Merge branch 'obsd-master'Thomas Adam2015-10-26
|\|
| * Some extra logging of where keys are actually going.nicm2015-10-26
* | Merge branch 'obsd-master'Thomas Adam2015-04-22
|\|
| * Don't eat the mouse event that triggers a drag end because we may wantnicm2015-04-21
* | Merge branch 'obsd-master'Thomas Adam2015-04-20
|\|
| * Rewrite of tmux mouse support which was a mess. Instead of havingnicm2015-04-19