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

Diff for /src/usr.bin/tmux/client.c between version 1.40 and 1.41

version 1.40, 2010/06/05 16:29:45 version 1.41, 2010/06/05 16:47:11
Line 176 
Line 176 
         set_signals(client_signal);          set_signals(client_signal);
   
         /*          /*
            * Send a resize message immediately in case the terminal size has
            * changed between the identify message to the server and the MSG_READY
            * telling us to move into the client code.
            */
            client_write_server(MSG_RESIZE, NULL, 0);
   
           /*
          * imsg_read in the first client poll loop (before the terminal has           * imsg_read in the first client poll loop (before the terminal has
          * been initialised) may have read messages into the buffer after the           * been initialised) may have read messages into the buffer after the
          * MSG_READY switched to here. Process anything outstanding now to           * MSG_READY switched to here. Process anything outstanding now to

Legend:
Removed from v.1.40  
changed lines
  Added in v.1.41