From 0c73dbb7e1c81e11d6f044ada84d9a492b35d93d Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Thu, 23 Apr 2020 11:59:13 +0100 Subject: Response is iTerm2 not not ITerm2. --- tty-keys.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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," -- cgit