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

Diff for /src/usr.bin/tmux/cmd-queue.c between version 1.74 and 1.75

version 1.74, 2019/06/18 11:08:42 version 1.75, 2019/09/10 07:50:33
Line 102 
Line 102 
         } while (item != NULL);          } while (item != NULL);
 }  }
   
   
 /* Insert a hook. */  /* Insert a hook. */
 void  void
 cmdq_insert_hook(struct session *s, struct cmdq_item *item,  cmdq_insert_hook(struct session *s, struct cmdq_item *item,

Legend:
Removed from v.1.74  
changed lines
  Added in v.1.75