[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.59 and 1.60

version 1.59, 2011/05/20 19:03:58 version 1.60, 2011/07/08 21:51:40
Line 474 
Line 474 
         struct options          *wo = &w->options;          struct options          *wo = &w->options;
         int                      status, mode;          int                      status, mode;
   
           if (c->flags & CLIENT_SUSPENDED)
                   return;
   
         tty_region(&c->tty, 0, c->tty.sy - 1);          tty_region(&c->tty, 0, c->tty.sy - 1);
   
         status = options_get_number(oo, "status");          status = options_get_number(oo, "status");

Legend:
Removed from v.1.59  
changed lines
  Added in v.1.60