[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.1185 and 1.1186

version 1.1185, 2022/11/11 08:37:55 version 1.1186, 2022/12/07 09:44:44
Line 2550 
Line 2550 
 struct cmdq_item *cmdq_running(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             cmdq_print_data(struct cmdq_item *, int, struct evbuffer *);
 void printflike(2, 3) cmdq_error(struct cmdq_item *, const char *, ...);  void printflike(2, 3) cmdq_error(struct cmdq_item *, const char *, ...);
   
 /* cmd-wait-for.c */  /* cmd-wait-for.c */

Legend:
Removed from v.1.1185  
changed lines
  Added in v.1.1186