[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.11 and 1.12

version 1.11, 2009/08/11 17:18:35 version 1.12, 2009/08/11 19:32:25
Line 90 
Line 90 
                                 fatalx("bad MSG_EXITING size");                                  fatalx("bad MSG_EXITING size");
   
                         c->session = NULL;                          c->session = NULL;
                         tty_close(&c->tty, c->flags & CLIENT_SUSPENDED);                          tty_close(&c->tty);
                         server_write_client(c, MSG_EXITED, NULL, 0);                          server_write_client(c, MSG_EXITED, NULL, 0);
                         break;                          break;
                 case MSG_UNLOCK:                  case MSG_UNLOCK:

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12