[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.990 and 1.991

version 1.990, 2020/04/13 20:51:57 version 1.991, 2020/04/14 06:00:52
Line 2132 
Line 2132 
                      struct cmd_find_state *, const char *, ...);                       struct cmd_find_state *, const char *, ...);
 void             cmdq_continue(struct cmdq_item *);  void             cmdq_continue(struct cmdq_item *);
 u_int            cmdq_next(struct client *);  u_int            cmdq_next(struct client *);
   struct cmdq_item *cmdq_running(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 *, ...);
 void printflike(2, 3) cmdq_error(struct cmdq_item *, const char *, ...);  void printflike(2, 3) cmdq_error(struct cmdq_item *, const char *, ...);

Legend:
Removed from v.1.990  
changed lines
  Added in v.1.991