summaryrefslogtreecommitdiffstats
path: root/input-keys.c
AgeCommit message (Expand)Author
2020-11-17Merge branch 'obsd-master' into masterThomas Adam
2020-11-17Log missing keys when extended keys is on rather than fatal().nicm
2020-09-18Merge branch 'obsd-master'Thomas Adam
2020-09-18Some other warnings, GitHub issue 2382.nicm
2020-06-01Merge branch 'obsd-master'Thomas Adam
2020-06-01Try without cursor/keypad flags if a key doesn't exist, and limit ctrlnicm
2020-05-26Merge branch 'obsd-master'Thomas Adam
2020-05-25Use the internal representation for UTF-8 keys instead of wchar_t andnicm
2020-05-19Merge branch 'obsd-master'Thomas Adam
2020-05-19Some other ctrl keys need to be translated with extended keys on.nicm
2020-05-16Add a terminal feature for enable/disable extended keys (supported bynicm
2020-05-16If the application has not requested extended keys, then C-1 sends 1 notNicholas Marriott
2020-05-15Er, misread this and it is not needed.Nicholas Marriott
2020-05-15Only forward extended keys if the application has requested them, even thoughNicholas Marriott
2020-05-15C-M-S keys need the implied flag also.Nicholas Marriott
2020-05-15Send conventional \033 sequences for keys with just Meta even if they came inNicholas Marriott
2020-05-15Send CSI u sequences for any keys that do not have a defined sequence already -Nicholas Marriott
2020-05-15Separate key flags and modifiers, log key flags, make the "xterm" flag moreNicholas Marriott
2020-05-15Rename KEYC_ESCAPE to KEYC_META.Nicholas Marriott
2020-05-15xterm-keys has been on by default for 5 years and all other modern terminalsNicholas Marriott
2020-04-07Merge branch 'obsd-master'Thomas Adam
2020-04-07Do not send mouse events if the program has not requested them.nicm
2020-04-01Merge branch 'obsd-master'Thomas Adam
2020-04-01Support mouse in popups.nicm
2020-03-19Merge branch 'obsd-master'Thomas Adam
2020-03-19Change input path so it doesn't require a pane.nicm
2020-03-16Merge branch 'obsd-master'Thomas Adam
2020-03-16Send mouse down event immediately rather than waiting for double clicknicm
2020-01-13Merge branch 'obsd-master'Thomas Adam
2020-01-13Treat plausible but invalid keys (like C-BSpace) as literal like anynicm
2019-11-18Merge branch 'obsd-master'Thomas Adam
2019-11-18Keep modifiers on backspace when translating it.nicm
2019-11-14Merge branch 'obsd-master'Thomas Adam
2019-11-14Add an option to set the key sent by backspace for those whose systemnicm
2019-07-09Merge branch 'obsd-master'Thomas Adam
2019-07-09Add a -H flag to send-keys to send literal keys given as hex numbersnicm
2018-10-18Support for windows larger than visible on the attached client. This hasnicm
2018-09-10Bring back window_pane_visible to stop input going to panes which areNicholas Marriott
2018-08-20Support for windows larger than the client.Nicholas Marriott
2017-06-28Merge branch 'obsd-master'Thomas Adam
2017-06-28Apply the xterm key flag when needed for send-keys, fixes problemnicm
2017-06-12Merge branch 'obsd-master'Thomas Adam
2017-06-12Add explicit keys for the bracketed paste sequences, both to avoid mixnicm
2017-05-09Merge branch 'obsd-master'Thomas Adam
2017-05-07Up to now, tmux sees \033\033[OA as M-Up and since we turned onnicm
2017-02-01Merge branch 'obsd-master'Thomas Adam
2017-02-01Implement "all event" (1003) mouse mode but in a way that works. Thenicm
2017-01-25Revert previous for now, it will break TERM=screen.nicm
2017-01-25If xterm-keys is on, use xterm(1) style keys for Home and End as well asnicm
2016-10-04Merge branch 'obsd-master'Thomas Adam