Mark a TODO

This commit is contained in:
Přemysl Eric Janouch 2014-11-30 00:36:18 +01:00
parent 6352428e85
commit e8b9c654af
1 changed files with 4 additions and 0 deletions

View File

@ -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');