From 8425084b8ada98f6465d99d8bc8cad91612e50c5 Mon Sep 17 00:00:00 2001 From: nicm Date: Tue, 19 May 2020 10:59:09 +0000 Subject: Some other ctrl keys need to be translated with extended keys on. --- tty-features.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tty-features.c') diff --git a/tty-features.c b/tty-features.c index 26344b90..8f712f64 100644 --- a/tty-features.c +++ b/tty-features.c @@ -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" -- cgit