diff options
author | nicm <nicm> | 2021-12-21 14:57:28 +0000 |
---|---|---|
committer | nicm <nicm> | 2021-12-21 14:57:28 +0000 |
commit | 9aad945f7e58112c3f8819f658e379d672842d73 (patch) | |
tree | 03bc99ba6a301ef71f68d63c345a42fd4e471a2b /tty-features.c | |
parent | ff64aafeabe0c9b51b33a10313e2027ae1686bc4 (diff) | |
download | rtmux-9aad945f7e58112c3f8819f658e379d672842d73.tar.gz rtmux-9aad945f7e58112c3f8819f658e379d672842d73.tar.bz2 rtmux-9aad945f7e58112c3f8819f658e379d672842d73.zip |
Support underscore style with capture-pane -e, GitHub issue 2928.
Diffstat (limited to 'tty-features.c')
-rw-r--r-- | tty-features.c | 2 |
1 files changed, 1 insertions, 1 deletions
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", /* |