[BACK]Return to cmd-attach-session.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/cmd-attach-session.c between version 1.8 and 1.9

version 1.8, 2009/08/08 21:52:43 version 1.9, 2009/11/11 08:00:42
Line 101 
Line 101 
                 server_redraw_client(ctx->cmdclient);                  server_redraw_client(ctx->cmdclient);
         }          }
         recalculate_sizes();          recalculate_sizes();
           server_update_socket();
   
         return (1);     /* 1 means don't tell command client to exit */          return (1);     /* 1 means don't tell command client to exit */
 }  }

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9