Some other ctrl keys need to be translated with extended keys on.

This commit is contained in:
nicm
2020-05-19 10:59:09 +00:00
parent 574a9e4b6c
commit 8425084b8a
2 changed files with 30 additions and 5 deletions

View File

@ -343,7 +343,7 @@ tty_default_features(int *feat, const char *name, u_int version)
.features = "256,bpaste,ccolour,cstyle,title"
},
{ .name = "iTerm2",
.features = TTY_FEATURES_BASE_MODERN_XTERM ",cstyle,margins,sync"
.features = TTY_FEATURES_BASE_MODERN_XTERM ",cstyle,extkeys,margins,sync"
},
{ .name = "XTerm",
.features = TTY_FEATURES_BASE_MODERN_XTERM ",ccolour,cstyle,extkeys,focus,margins,rectfill"