diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2022-04-15 12:45:43 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2022-04-15 12:45:43 +0100 |
commit | e0c982c5adf54fcfc7c6e588b1350fd8ae474310 (patch) | |
tree | a09cd7c224aa240480eed4082eb62d0057d21f81 | |
parent | 8bcd392ee79996f828fd40c52198071ec0f273dd (diff) | |
download | rtmux-e0c982c5adf54fcfc7c6e588b1350fd8ae474310.tar.gz rtmux-e0c982c5adf54fcfc7c6e588b1350fd8ae474310.tar.bz2 rtmux-e0c982c5adf54fcfc7c6e588b1350fd8ae474310.zip |
iTerm2 has OSC 7, from Gregory Anders.
-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 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", /* |