[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.185 and 1.186

version 1.185, 2016/04/29 15:00:48 version 1.186, 2016/04/30 18:59:02
Line 854 
Line 854 
         struct options          *oo = c->session->options;          struct options          *oo = c->session->options;
         int                      status, mode, o;          int                      status, mode, o;
   
         if (c->flags & CLIENT_SUSPENDED)          if (c->flags & (CLIENT_CONTROL|CLIENT_SUSPENDED))
                 return;  
   
         if (c->flags & CLIENT_CONTROL)  
                 return;                  return;
   
         tty_region(&c->tty, 0, c->tty.sy - 1);          tty_region(&c->tty, 0, c->tty.sy - 1);

Legend:
Removed from v.1.185  
changed lines
  Added in v.1.186