[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.46 and 1.47

version 1.46, 2016/10/18 08:46:43 version 1.47, 2017/01/05 09:07:15
Line 275 
Line 275 
         free(value);          free(value);
 }  }
   
   
 /* Process next item on command queue. */  /* Process next item on command queue. */
 u_int  u_int
 cmdq_next(struct client *c)  cmdq_next(struct client *c)

Legend:
Removed from v.1.46  
changed lines
  Added in v.1.47