aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2022-04-15 12:45:43 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2022-04-15 12:45:43 +0100
commite0c982c5adf54fcfc7c6e588b1350fd8ae474310 (patch)
treea09cd7c224aa240480eed4082eb62d0057d21f81
parent8bcd392ee79996f828fd40c52198071ec0f273dd (diff)
downloadrtmux-e0c982c5adf54fcfc7c6e588b1350fd8ae474310.tar.gz
rtmux-e0c982c5adf54fcfc7c6e588b1350fd8ae474310.tar.bz2
rtmux-e0c982c5adf54fcfc7c6e588b1350fd8ae474310.zip
iTerm2 has OSC 7, from Gregory Anders.
-rw-r--r--tty-features.c2
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",
/*