[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.669 and 1.670

version 1.669, 2016/10/16 19:15:02 version 1.670, 2016/10/16 19:36:37
Line 1250 
Line 1250 
         u_int                    number;          u_int                    number;
         time_t                   time;          time_t                   time;
   
         const char              *hook;          struct format_tree      *formats;
   
         int                      flags;          int                      flags;
 #define CMDQ_FIRED 0x1  #define CMDQ_FIRED 0x1
 #define CMDQ_WAITING 0x2  #define CMDQ_WAITING 0x2
Line 1783 
Line 1784 
 struct cmdq_item *cmdq_get_callback(cmdq_cb, void *);  struct cmdq_item *cmdq_get_callback(cmdq_cb, void *);
 void             cmdq_insert_after(struct cmdq_item *, struct cmdq_item *);  void             cmdq_insert_after(struct cmdq_item *, struct cmdq_item *);
 void             cmdq_append(struct client *, struct cmdq_item *);  void             cmdq_append(struct client *, struct cmdq_item *);
   void printflike(3, 4) cmdq_format(struct cmdq_item *, const char *,
                        const char *, ...);
 u_int            cmdq_next(struct client *);  u_int            cmdq_next(struct client *);
 void             cmdq_guard(struct cmdq_item *, const char *, int);  void             cmdq_guard(struct cmdq_item *, const char *, int);
 void printflike(2, 3) cmdq_print(struct cmdq_item *, const char *, ...);  void printflike(2, 3) cmdq_print(struct cmdq_item *, const char *, ...);

Legend:
Removed from v.1.669  
changed lines
  Added in v.1.670