mirror of
https://github.com/tmate-io/tmate.git
synced 2025-08-17 00:51:36 +02:00
Drop explicit support for F13-F20 and change to match the xterm terminfo
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.
This commit is contained in:
@ -69,14 +69,6 @@ const struct xterm_keys_entry xterm_keys_table[] = {
|
||||
{ KEYC_F10, "\033[21;_~" },
|
||||
{ KEYC_F11, "\033[23;_~" },
|
||||
{ KEYC_F12, "\033[24;_~" },
|
||||
{ KEYC_F13, "\033[25;_~" },
|
||||
{ KEYC_F14, "\033[26;_~" },
|
||||
{ KEYC_F15, "\033[28;_~" },
|
||||
{ KEYC_F16, "\033[29;_~" },
|
||||
{ KEYC_F17, "\033[31;_~" },
|
||||
{ KEYC_F18, "\033[32;_~" },
|
||||
{ KEYC_F19, "\033[33;_~" },
|
||||
{ KEYC_F20, "\033[34;_~" },
|
||||
{ KEYC_UP, "\033[1;_A" },
|
||||
{ KEYC_DOWN, "\033[1;_B" },
|
||||
{ KEYC_RIGHT, "\033[1;_C" },
|
||||
|
Reference in New Issue
Block a user