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

Diff for /src/usr.bin/tmux/control.c between version 1.5 and 1.6

version 1.5, 2013/03/22 15:49:55 version 1.6, 2013/03/22 15:50:42
Line 109 
Line 109 
                 }                  }
   
                 ctx = cmd_get_ctx();                  ctx = cmd_get_ctx();
                 ctx->msgdata = NULL;  
                 ctx->cmdclient = NULL;  
                 ctx->curclient = c;                  ctx->curclient = c;
   
                 ctx->error = control_msg_error;                  ctx->error = control_msg_error;
                 ctx->print = control_msg_print;                  ctx->print = control_msg_print;
                 ctx->info = control_msg_info;                  ctx->info = control_msg_info;

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6