[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.1067 and 1.1068

version 1.1067, 2020/06/11 09:55:47 version 1.1068, 2020/06/11 19:43:34
Line 1922 
Line 1922 
                      int);                       int);
 void             format_free(struct format_tree *);  void             format_free(struct format_tree *);
 void             format_merge(struct format_tree *, struct format_tree *);  void             format_merge(struct format_tree *, struct format_tree *);
   struct window_pane *format_get_pane(struct format_tree *);
 void printflike(3, 4) format_add(struct format_tree *, const char *,  void printflike(3, 4) format_add(struct format_tree *, const char *,
                      const char *, ...);                       const char *, ...);
 void             format_add_tv(struct format_tree *, const char *,  void             format_add_tv(struct format_tree *, const char *,

Legend:
Removed from v.1.1067  
changed lines
  Added in v.1.1068