summaryrefslogtreecommitdiffstats
path: root/tty-keys.c
diff options
context:
space:
mode:
authornicm <nicm>2020-05-16 14:18:39 +0000
committernicm <nicm>2020-05-16 14:18:39 +0000
commit41dec585df8723a8e268a80930d7f9ce395829dc (patch)
treedaf753c90b708e18606f2b006293a39df993020c /tty-keys.c
parent9dd58470e41bfb5b9d74028eed73f502e71152f0 (diff)
Response is iTerm2 not not ITerm2.
Diffstat (limited to 'tty-keys.c')
-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,"