aboutsummaryrefslogtreecommitdiff
path: root/driver-csi.c
diff options
context:
space:
mode:
Diffstat (limited to 'driver-csi.c')
-rw-r--r--driver-csi.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/driver-csi.c b/driver-csi.c
index a77341b..8f5fb2c 100644
--- a/driver-csi.c
+++ b/driver-csi.c
@@ -562,6 +562,10 @@ register_keys (void)
// csi_ss3s as unmodified but rxvt-unicode only seems to output Shift codes
// for them anyway, so it's not a huge loss.
+ // TODO: change the handling depending on the value of TERM
+ // - rxvt-based terminals use SS3 A/B/C/D for C-S-arrow keys
+ // - PuTTY uses SS3 A/B/C/D for something different -> try it out
+
register_csi_ss3_full (TERMO_TYPE_KEYSYM, TERMO_SYM_TAB,
TERMO_KEYMOD_SHIFT, TERMO_KEYMOD_SHIFT, 'Z');