summaryrefslogtreecommitdiffstats
path: root/key-string.c
diff options
context:
space:
mode:
authornicm <nicm>2014-07-21 10:25:48 +0000
committernicm <nicm>2014-07-21 10:25:48 +0000
commit2056a9ef9e91996c294b5db0a3d01ed415e95e56 (patch)
treed3cab1d59dae813b25182e5eb22e633d174c17c6 /key-string.c
parentc5253ad8f7236662d0186dec1080288eb2d38b72 (diff)
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.
Diffstat (limited to 'key-string.c')
-rw-r--r--key-string.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/key-string.c b/key-string.c
index 7aba190b..db968279 100644
--- a/key-string.c
+++ b/key-string.c
@@ -42,14 +42,6 @@ const struct {
{ "F10", KEYC_F10 },
{ "F11", KEYC_F11 },
{ "F12", KEYC_F12 },
- { "F13", KEYC_F13 },
- { "F14", KEYC_F14 },
- { "F15", KEYC_F15 },
- { "F16", KEYC_F16 },
- { "F17", KEYC_F17 },
- { "F18", KEYC_F18 },
- { "F19", KEYC_F19 },
- { "F20", KEYC_F20 },
{ "IC", KEYC_IC },
{ "DC", KEYC_DC },
{ "Home", KEYC_HOME },