Merge remote-tracking branch 'tmux/master'

This commit is contained in:
Nicolas Viennot 2016-01-01 14:18:07 -05:00
commit a60da0db1e
6 changed files with 69 additions and 326 deletions

2
tty.c
View file

@ -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)