[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.218 and 1.219

version 1.218, 2017/04/18 20:37:49 version 1.219, 2017/04/19 06:52:27
Line 1269 
Line 1269 
                 screen_redraw_update(c); /* will adjust flags */                  screen_redraw_update(c); /* will adjust flags */
         }          }
   
         flags = tty->flags & (TTY_FREEZE|TTY_NOCURSOR);          flags = tty->flags & (TTY_BLOCK|TTY_FREEZE|TTY_NOCURSOR);
         tty->flags = (tty->flags & ~TTY_FREEZE) | TTY_NOCURSOR;          tty->flags = (tty->flags & ~(TTY_BLOCK|TTY_FREEZE)) | TTY_NOCURSOR;
   
         if (c->flags & CLIENT_REDRAW) {          if (c->flags & CLIENT_REDRAW) {
                 tty_update_mode(tty, tty->mode, NULL);                  tty_update_mode(tty, tty->mode, NULL);

Legend:
Removed from v.1.218  
changed lines
  Added in v.1.219