| Commit message (Expand) | Author | Age |
* | Remove stray spaces after function names. | nicm | 2021-08-20 |
* | Remove old shift function keys which interfere with xterm keys now. | nicm | 2021-06-10 |
* | Move "special" keys into the Unicode PUA rather than making them top bit | nicm | 2021-06-10 |
* | Change a type to fix a warning with some compilers. | nicm | 2021-04-09 |
* | Log the key written to the terminal as well as tmux's idea of what it | nicm | 2021-04-08 |
* | Log missing keys when extended keys is on rather than fatal(). | nicm | 2020-11-17 |
* | Some other warnings, GitHub issue 2382. | nicm | 2020-09-18 |
* | Try without cursor/keypad flags if a key doesn't exist, and limit ctrl | nicm | 2020-06-01 |
* | Use the internal representation for UTF-8 keys instead of wchar_t and | nicm | 2020-05-25 |
* | Some other ctrl keys need to be translated with extended keys on. | nicm | 2020-05-19 |
* | Add a terminal feature for enable/disable extended keys (supported by | nicm | 2020-05-16 |
* | Do not send mouse events if the program has not requested them. | nicm | 2020-04-07 |
* | Support mouse in popups. | nicm | 2020-04-01 |
* | Change input path so it doesn't require a pane. | nicm | 2020-03-19 |
* | Send mouse down event immediately rather than waiting for double click | nicm | 2020-03-16 |
* | Treat plausible but invalid keys (like C-BSpace) as literal like any | nicm | 2020-01-13 |
* | Keep modifiers on backspace when translating it. | nicm | 2019-11-18 |
* | Add an option to set the key sent by backspace for those whose system | nicm | 2019-11-14 |
* | Add a -H flag to send-keys to send literal keys given as hex numbers | nicm | 2019-07-09 |
* | Support for windows larger than visible on the attached client. This has | nicm | 2018-10-18 |
* | Apply the xterm key flag when needed for send-keys, fixes problem | nicm | 2017-06-28 |
* | Add explicit keys for the bracketed paste sequences, both to avoid mix | nicm | 2017-06-12 |
* | Up to now, tmux sees \033\033[OA as M-Up and since we turned on | nicm | 2017-05-07 |
* | Implement "all event" (1003) mouse mode but in a way that works. The | nicm | 2017-02-01 |
* | Revert previous for now, it will break TERM=screen. | nicm | 2017-01-25 |
* | If xterm-keys is on, use xterm(1) style keys for Home and End as well as | nicm | 2017-01-25 |
* | Remove some dead code in cmd-move-window.c and make a load of local | nicm | 2016-10-03 |
* | Limit x, y and b to 0x7ff for UTF-8 mouse input, suggested by schwarze@. | nicm | 2016-03-02 |
* | Use system wcwidth() instead of carrying around UTF-8 width tables. | nicm | 2016-03-01 |
* | I no longer use my SourceForge address so replace it. | nicm | 2016-01-19 |
* | Allow prefix and prefix2 to be set to None to disable (useful if you | nicm | 2015-12-12 |
* | Partly revert previous, it is harmless to keep support for UTF-8 mouse | nicm | 2015-11-23 |
* | Remove support for the UTF-8 mouse extension. This was a briefly used, | nicm | 2015-11-23 |
* | 0x7f is a valid key. | nicm | 2015-11-16 |
* | All these return values from utf8_* are confusing, use an enum. | nicm | 2015-11-14 |
* | Rename overly-long utf8data to ud throughout. | nicm | 2015-11-12 |
* | Support UTF-8 key bindings by expanding the key type from int to | nicm | 2015-11-12 |
* | Move struct options into options.c. | nicm | 2015-10-27 |
* | Some extra logging of where keys are actually going. | nicm | 2015-10-26 |
* | Don't eat the mouse event that triggers a drag end because we may want | nicm | 2015-04-21 |
* | Rewrite of tmux mouse support which was a mess. Instead of having | nicm | 2015-04-19 |
* | Fix some format specifier nits, from Ben Boeckel. | nicm | 2015-03-31 |
* | Tidy up mode-mouse check. | nicm | 2014-11-05 |
* | Revert the up/down wheel emulation for now, there will be a better way | nicm | 2014-07-21 |
* | Drop explicit support for F13-F20 and change to match the xterm terminfo | nicm | 2014-07-21 |
* | Send up and down keys for mouse wheel in alternate screen mode (when it | nicm | 2014-05-08 |
* | There is no longer a need for a paste_stack struct or for global_buffers | nicm | 2014-04-24 |
* | A couple of trivial mouse-related style nits. | nicm | 2014-04-03 |
* | Remove log_debug2 as well and simplify log.c. | nicm | 2014-03-31 |
* | Don't limit width and height to 222 in standard mouse mode. | Nicholas Marriott | 2013-05-07 |