From 20b0b38cf47112c0219b5bd041d61c5a28fae0fd Mon Sep 17 00:00:00 2001 From: nicm Date: Mon, 30 May 2022 12:57:31 +0000 Subject: [PATCH] iTerm2 has OSC 7, from Gregory Anders. --- tty-features.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tty-features.c b/tty-features.c index 4d83a465..2848b4d6 100644 --- a/tty-features.c +++ b/tty-features.c @@ -376,7 +376,7 @@ tty_default_features(int *feat, const char *name, u_int version) }, { .name = "iTerm2", .features = TTY_FEATURES_BASE_MODERN_XTERM - ",cstyle,extkeys,margins,usstyle,sync" + ",cstyle,extkeys,margins,usstyle,sync,osc7" }, { .name = "XTerm", /*