summaryrefslogtreecommitdiffstats
path: root/CRT.h
diff options
context:
space:
mode:
authorDaniel Lange <DLange@git.local>2024-03-13 15:14:43 +0100
committerBenBE <BenBE@geshi.org>2024-03-14 20:34:47 +0100
commit05c7d4fc204e8e6aa3e0e302833f187547ef18bc (patch)
tree2a7d69a1a5480f500072b1875caa2cbcdc793005 /CRT.h
parent53bd369be760aaeb5e28cb965e9edcfb3f232d92 (diff)
Ignore FOCUS_IN and FOCUS_OUT events if these have been activated within xterm
Closes: #1410
Diffstat (limited to 'CRT.h')
-rw-r--r--CRT.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/CRT.h b/CRT.h
index 58097986..8740e096 100644
--- a/CRT.h
+++ b/CRT.h
@@ -168,6 +168,8 @@ void CRT_handleSIGSEGV(int signal) ATTR_NORETURN;
#define KEY_RECLICK KEY_F(32)
#define KEY_SHIFT_TAB KEY_F(33)
#define KEY_ALT(x) (KEY_F(64 - 26) + ((x) - 'A'))
+#define KEY_FOCUS_IN (KEY_MAX + 'I')
+#define KEY_FOCUS_OUT (KEY_MAX + 'O')
extern const char* CRT_degreeSign;

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