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