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

Diff for /src/usr.bin/tmux/server-client.c between version 1.152 and 1.153

version 1.152, 2015/09/01 19:50:09 version 1.153, 2015/09/14 10:25:52
Line 937 
Line 937 
         tty->flags = (tty->flags & ~(TTY_FREEZE|TTY_NOCURSOR)) | flags;          tty->flags = (tty->flags & ~(TTY_FREEZE|TTY_NOCURSOR)) | flags;
         tty_update_mode(tty, tty->mode, NULL);          tty_update_mode(tty, tty->mode, NULL);
   
         c->flags &= ~(CLIENT_REDRAW|CLIENT_STATUS|CLIENT_BORDERS);          c->flags &= ~(CLIENT_REDRAW|CLIENT_BORDERS|CLIENT_STATUS|
               CLIENT_STATUSFORCE);
 }  }
   
 /* Set client title. */  /* Set client title. */

Legend:
Removed from v.1.152  
changed lines
  Added in v.1.153