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

Diff for /src/usr.bin/tmux/window.c between version 1.232 and 1.233

version 1.232, 2019/06/13 19:46:00 version 1.233, 2019/06/18 11:08:42
Line 1512 
Line 1512 
                 c->stdin_callback = NULL;                  c->stdin_callback = NULL;
                 server_client_unref(c);                  server_client_unref(c);
   
                 cdata->item->flags &= ~CMDQ_WAITING;                  cmdq_continue(cdata->item);
                 free(cdata);                  free(cdata);
   
                 return;                  return;

Legend:
Removed from v.1.232  
changed lines
  Added in v.1.233