[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.1093 and 1.1094

version 1.1093, 2021/02/22 06:53:04 version 1.1094, 2021/02/22 07:09:06
Line 1944 
Line 1944 
 #define FORMAT_WINDOW 0x40000000U  #define FORMAT_WINDOW 0x40000000U
 struct format_tree;  struct format_tree;
 struct format_modifier;  struct format_modifier;
 typedef char *(*format_cb)(struct format_tree *);  typedef void *(*format_cb)(struct format_tree *);
 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,
Line 2713 
Line 2713 
 /* window.c */  /* window.c */
 extern struct windows windows;  extern struct windows windows;
 extern struct window_pane_tree all_window_panes;  extern struct window_pane_tree all_window_panes;
 extern const struct window_mode *all_window_modes[];  
 int              window_cmp(struct window *, struct window *);  int              window_cmp(struct window *, struct window *);
 RB_PROTOTYPE(windows, window, entry, window_cmp);  RB_PROTOTYPE(windows, window, entry, window_cmp);
 int              winlink_cmp(struct winlink *, struct winlink *);  int              winlink_cmp(struct winlink *, struct winlink *);

Legend:
Removed from v.1.1093  
changed lines
  Added in v.1.1094