[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.1098 and 1.1099

version 1.1098, 2021/03/11 06:41:04 version 1.1099, 2021/03/11 07:08:18
Line 1947 
Line 1947 
 struct format_tree;  struct format_tree;
 struct format_modifier;  struct format_modifier;
 typedef void *(*format_cb)(struct format_tree *);  typedef void *(*format_cb)(struct format_tree *);
   void             format_tidy_jobs(void);
 const char      *format_skip(const char *, const char *);  const char      *format_skip(const char *, const char *);
 int              format_true(const char *);  int              format_true(const char *);
 struct format_tree *format_create(struct client *, struct cmdq_item *, int,  struct format_tree *format_create(struct client *, struct cmdq_item *, int,

Legend:
Removed from v.1.1098  
changed lines
  Added in v.1.1099