summaryrefslogtreecommitdiffstats
path: root/CRT.c
diff options
context:
space:
mode:
authorDaniel Lange <DLange@git.local>2021-02-01 16:00:23 +0100
committerDaniel Lange <DLange@git.local>2021-02-01 16:01:04 +0100
commit3808b3b5539386c97ed3acd0322496cedf577797 (patch)
tree9079541888da4915ab4a2019b049f9e6715d4d9c /CRT.c
parent06b5828dc4649bc23197712fe17b2d4e8d0adbbe (diff)
Remove unused key definitions
Diffstat (limited to 'CRT.c')
-rw-r--r--CRT.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/CRT.c b/CRT.c
index 24a82be0..93a983c4 100644
--- a/CRT.c
+++ b/CRT.c
@@ -726,10 +726,7 @@ void CRT_init(const Settings* settings, bool allowUnicode) {
define_key("\033OQ", KEY_F(2));
define_key("\033OR", KEY_F(3));
define_key("\033OS", KEY_F(4));
- define_key("\033O2P", KEY_F(13));
- define_key("\033O2Q", KEY_F(14));
define_key("\033O2R", KEY_F(15));
- define_key("\033O2S", KEY_F(16));
define_key("\033[11~", KEY_F(1));
define_key("\033[12~", KEY_F(2));
define_key("\033[13~", KEY_F(3));

© 2014-2024 Faster IT GmbH | imprint | privacy policy