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

Diff for /src/usr.bin/tmux/tmux.h between version 1.885 and 1.886

version 1.885, 2019/05/03 14:51:31 version 1.886, 2019/05/03 15:43:01
Line 1291 
Line 1291 
 /* Command queue item. */  /* Command queue item. */
 typedef enum cmd_retval (*cmdq_cb) (struct cmdq_item *, void *);  typedef enum cmd_retval (*cmdq_cb) (struct cmdq_item *, void *);
 struct cmdq_item {  struct cmdq_item {
         const char              *name;          char                    *name;
         struct cmdq_list        *queue;          struct cmdq_list        *queue;
         struct cmdq_item        *next;          struct cmdq_item        *next;
   

Legend:
Removed from v.1.885  
changed lines
  Added in v.1.886