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

Diff for /src/usr.bin/tmux/cmd-if-shell.c between version 1.63 and 1.64

version 1.63, 2019/06/12 08:47:07 version 1.64, 2019/06/18 11:08:42
Line 196 
Line 196 
   
 out:  out:
         if (cdata->item != NULL)          if (cdata->item != NULL)
                 cdata->item->flags &= ~CMDQ_WAITING;                  cmdq_continue(cdata->item);
 }  }
   
 static void  static void

Legend:
Removed from v.1.63  
changed lines
  Added in v.1.64