From 9aad945f7e58112c3f8819f658e379d672842d73 Mon Sep 17 00:00:00 2001 From: nicm Date: Tue, 21 Dec 2021 14:57:28 +0000 Subject: Support underscore style with capture-pane -e, GitHub issue 2928. --- 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 48ac51be..3aca2520 100644 --- a/tty-features.c +++ b/tty-features.c @@ -363,7 +363,7 @@ tty_default_features(int *feat, const char *name, u_int version) }, { .name = "iTerm2", .features = TTY_FEATURES_BASE_MODERN_XTERM - ",cstyle,extkeys,margins,sync" + ",cstyle,extkeys,margins,usstyle,sync" }, { .name = "XTerm", /* -- cgit v1.2.3