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

Diff for /src/usr.bin/tmux/Attic/server-msg.c between version 1.23 and 1.24

version 1.23, 2009/10/10 09:46:11 version 1.24, 2009/10/21 20:16:40
Line 101 
Line 101 
                         if (datalen != 0)                          if (datalen != 0)
                                 fatalx("bad MSG_WAKEUP size");                                  fatalx("bad MSG_WAKEUP size");
   
                           if (!(c->flags & CLIENT_SUSPENDED))
                                   break;
                         c->flags &= ~CLIENT_SUSPENDED;                          c->flags &= ~CLIENT_SUSPENDED;
                         tty_start_tty(&c->tty);                          tty_start_tty(&c->tty);
                         server_redraw_client(c);                          server_redraw_client(c);

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24