aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2020-04-23 11:59:13 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2020-04-23 12:12:02 +0100
commit0c73dbb7e1c81e11d6f044ada84d9a492b35d93d (patch)
treec55fe2f1ff2a1fba5eb695e829cb27de79ed0732
parent5653bc828765490930fad9206c15cec72c9c493c (diff)
downloadrtmux-0c73dbb7e1c81e11d6f044ada84d9a492b35d93d.tar.gz
rtmux-0c73dbb7e1c81e11d6f044ada84d9a492b35d93d.tar.bz2
rtmux-0c73dbb7e1c81e11d6f044ada84d9a492b35d93d.zip
Response is iTerm2 not not ITerm2.
-rw-r--r--tty-keys.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tty-keys.c b/tty-keys.c
index 9e8428f2..8c778b2a 100644
--- a/tty-keys.c
+++ b/tty-keys.c
@@ -1150,7 +1150,7 @@ tty_keys_extended_device_attributes(struct tty *tty, const char *buf,
*size = 5 + i;
/* Add terminal features. */
- if (strncmp(tmp, "ITerm2 ", 7) == 0) {
+ if (strncmp(tmp, "iTerm2 ", 7) == 0) {
tty_add_features(&c->term_features,
"256,"
"RGB,"