[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.21 and 1.22

version 1.21, 2009/09/23 12:03:31 version 1.22, 2009/09/24 07:02:56
Line 104 
Line 104 
                         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);
                           recalculate_sizes();
                         server_activity = time(NULL);                          server_activity = time(NULL);
                         break;                          break;
                 case MSG_ENVIRON:                  case MSG_ENVIRON:

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22