mirror of
https://github.com/tmux/tmux.git
synced 2025-01-05 23:38:48 +00:00
Response is iTerm2 not not ITerm2.
This commit is contained in:
parent
9dd58470e4
commit
41dec585df
@ -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,"
|
||||
|
Loading…
Reference in New Issue
Block a user