[BACK]Return to tty.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/tty.c between version 1.196 and 1.197

version 1.196, 2015/12/11 16:37:21 version 1.197, 2015/12/28 14:02:52
Line 491 
Line 491 
 {  {
         int     changed;          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);                  tty_force_cursor_colour(tty, s->ccolour);
   
         if (tty->flags & TTY_NOCURSOR)          if (tty->flags & TTY_NOCURSOR)

Legend:
Removed from v.1.196  
changed lines
  Added in v.1.197