Age | Commit message (Expand) | Author |
2024-10-21 | Adjust how Ctrl and Meta keys are sent to use standard representation if | Nicholas Marriott |
2024-10-03 | Improve fix for shifted keys so it works for all the keys it should, | Nicholas Marriott |
2024-10-02 | Report shifted keys like S-A as A not as S-A in mode 1 extended keys, | Nicholas Marriott |
2024-10-01 | Change pasting to bypass the output key processing entirely and write | Nicholas Marriott |
2024-08-26 | C-h should not be treated specially and represented internally as \b but | Nicholas Marriott |
2024-08-23 | Ignore internal function keys if they have not got an entry in the key | Nicholas Marriott |
2024-08-21 | C-Space and Meta keys should not be translated in mode 1 extended keys. | Nicholas Marriott |
2024-08-21 | Revamp extended keys support to more closely match xterm and support | Nicholas Marriott |
2023-01-12 | Have tmux recognise pasted texts wrapped in bracket paste sequences, | Nicholas Marriott |
2022-11-08 | Fix C-S-Tab without extended keys, from Aaron Jensen. | Nicholas Marriott |
2022-11-02 | Instead of always setting the extended flag, set it only when searching. | Nicholas Marriott |
2022-11-01 | Add modified Tab key sequences, from Aaron Jensen, GitHub issue 3368. | Nicholas Marriott |
2022-05-30 | If a mouse position was above the maximum supported by the normal mouse | Nicholas Marriott |
2022-03-01 | Don't convert codes for special keys (Tab, Enter, Escape). | Nicholas Marriott |
2022-02-28 | Map control keys back to an ASCII uppercase letter when passing them on | Nicholas Marriott |
2022-02-16 | Support more mouse buttons when the terminal sends them, GitHub issue | Nicholas Marriott |
2021-08-20 | Remove stray spaces after function names. | Nicholas Marriott |
2021-06-10 | Remove old shift function keys which interfere with xterm keys now. | Nicholas Marriott |
2021-06-10 | Move "special" keys into the Unicode PUA rather than making them top bit | Nicholas Marriott |
2021-04-09 | Change a type to fix a warning with some compilers. | Nicholas Marriott |
2021-04-08 | Log the key written to the terminal as well as tmux's idea of what it | Nicholas Marriott |
2020-11-17 | Log missing keys when extended keys is on rather than fatal(). | Nicholas Marriott |
2020-09-18 | Some other warnings, GitHub issue 2382. | Nicholas Marriott |
2020-06-01 | Try without cursor/keypad flags if a key doesn't exist, and limit ctrl | Nicholas Marriott |
2020-05-25 | Use the internal representation for UTF-8 keys instead of wchar_t and | Nicholas Marriott |
2020-05-19 | Some other ctrl keys need to be translated with extended keys on. | Nicholas Marriott |
2020-05-16 | Add a terminal feature for enable/disable extended keys (supported by | Nicholas Marriott |
2020-05-16 | Send CSI u sequences for any keys that do not have a defined sequence | Nicholas Marriott |
2020-05-16 | Separate key flags and modifiers, log key flags, make the "xterm" flag | Nicholas Marriott |
2020-05-16 | Rename KEYC_ESCAPE to KEYC_META. | Nicholas Marriott |
2020-05-16 | xterm-keys has been on by default for five years and all other modern | Nicholas Marriott |
2020-04-07 | Do not send mouse events if the program has not requested them. | Nicholas Marriott |
2020-04-01 | Support mouse in popups. | Nicholas Marriott |
2020-03-19 | Change input path so it doesn't require a pane. | Nicholas Marriott |
2020-03-16 | Send mouse down event immediately rather than waiting for double click | Nicholas Marriott |
2020-01-13 | Treat plausible but invalid keys (like C-BSpace) as literal like any | Nicholas Marriott |
2019-11-18 | Keep modifiers on backspace when translating it. | Nicholas Marriott |
2019-11-14 | Add an option to set the key sent by backspace for those whose system | Nicholas Marriott |
2019-07-09 | Add a -H flag to send-keys to send literal keys given as hex numbers | Nicholas Marriott |
2018-10-18 | Support for windows larger than visible on the attached client. This has | Nicholas Marriott |
2017-06-28 | Apply the xterm key flag when needed for send-keys, fixes problem | Nicholas Marriott |
2017-06-12 | Add explicit keys for the bracketed paste sequences, both to avoid mix | Nicholas Marriott |
2017-05-07 | Up to now, tmux sees \033\033[OA as M-Up and since we turned on | Nicholas Marriott |
2017-02-01 | Implement "all event" (1003) mouse mode but in a way that works. The | Nicholas Marriott |
2017-01-25 | Revert previous for now, it will break TERM=screen. | Nicholas Marriott |
2017-01-25 | If xterm-keys is on, use xterm(1) style keys for Home and End as well as | Nicholas Marriott |
2016-10-03 | Remove some dead code in cmd-move-window.c and make a load of local | Nicholas Marriott |
2016-03-02 | Limit x, y and b to 0x7ff for UTF-8 mouse input, suggested by schwarze@. | Nicholas Marriott |
2016-03-01 | Use system wcwidth() instead of carrying around UTF-8 width tables. | Nicholas Marriott |
2016-01-19 | I no longer use my SourceForge address so replace it. | Nicholas Marriott |