Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Drop explicit support for F13-F20 and change to match the xterm terminfo | 2014-07-21 | 1 | -9/+1 | |
| | | | | | | | | | | | | | entry: F13-F24 are S-F1 to S-F12 F25-F36 are C-F1 to C-F12 F37-F48 are C-S-F1 to C-S-F12 F49-F60 are M-F1 to M-F12 and F61-F63 are M-S-F1 to M-S-F3 This should be no difference for applications inside tmux, but means that any key binding for F13 will need to be replaced by S-F1 and so on. | ||||
* | Handle the top bit of xterm(1)-style modifier keys, based on a diff from | 2014-05-27 | 1 | -35/+48 | |
| | | | | Balazs Kezes. | ||||
* | The last fix to xterm keys meant that some keys such as \033OA were | 2014-02-10 | 1 | -2/+4 | |
| | | | | | | being wrongly treated as partial matches. So both check xterm keys after standard keys and only wildcard the minimum required ('1' to '8'). Problems reported by Ralf Horstmann and Tim van der Molen. | ||||
* | Fix partial matches with xterm-keys on, from m0viefreak dot cm at | 2014-01-31 | 1 | -2/+2 | |
| | | | | googlemail dot com. | ||||
* | In terminals with XT, turn on modifyOtherKeys=1 with the escape sequence | 2013-03-22 | 1 | -1/+29 | |
| | | | | and handle the most common set. Pass them through if xterm-keys is on. | ||||
* | Add a couple of extra xterm-style keys that gnome terminal provides, | 2011-06-23 | 1 | -3/+7 | |
| | | | | from Dustin Kirkland. | ||||
* | Don't include meta twice when working out the flags to output for | 2011-03-27 | 1 | -3/+1 | |
| | | | | | xterm-style keys - bit 3 is accepted on input but not on output. Also a style nit in the header. | ||||
* | Last few tables that should be const. | 2011-01-01 | 1 | -8/+8 | |
| | |||||
* | Treat the meta bit in the xterm extended modifier key set as the same as | 2010-10-14 | 1 | -1/+5 | |
| | | | | escape (tmux's meta). From Emanuele Giaquinta. | ||||
* | Simplify xterm modifier detection by treating as a bitmask + 1. Spotted | 2010-09-01 | 1 | -37/+20 | |
| | | | | by and diff from Emanuele Giaquinta. | ||||
* | Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last | 2009-12-03 | 1 | -9/+9 | |
| | | | | | time now I've configured emacs to make them displayed in really annoying colours... | ||||
* | Handle partial xterm function key sequences. | 2009-11-30 | 1 | -13/+26 | |
| | |||||
* | Old xterm F1-F4 are \033O_P not \033[O_P. | 2009-11-05 | 1 | -5/+5 | |
| | |||||
* | Nuke accidentally-committed debugging statement. | 2009-10-26 | 1 | -2/+1 | |
| | |||||
* | Rewrite xterm-keys code (both input and output) so that works (doesn't always | 2009-10-26 | 1 | -0/+202 | |
output the same modifiers, accepts all the possible input keys) and is more understandable. |