mirror of
https://github.com/tmate-io/tmate.git
synced 2026-01-23 02:24:06 +00:00
Merge remote-tracking branch 'tmux/master'
This commit is contained in:
commit
a60da0db1e
6 changed files with 69 additions and 326 deletions
2
tty.c
2
tty.c
|
|
@ -491,7 +491,7 @@ tty_update_mode(struct tty *tty, int mode, struct screen *s)
|
|||
{
|
||||
int changed;
|
||||
|
||||
if (s != NULL && strcmp(s->ccolour, tty->ccolour))
|
||||
if (s != NULL && strcmp(s->ccolour, tty->ccolour) != 0)
|
||||
tty_force_cursor_colour(tty, s->ccolour);
|
||||
|
||||
if (tty->flags & TTY_NOCURSOR)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue