[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.313 and 1.314

version 1.313, 2012/02/25 12:57:42 version 1.314, 2012/03/02 11:16:44
Line 1367 
Line 1367 
 RB_PROTOTYPE(format_tree, format_entry, entry, format_cmp);  RB_PROTOTYPE(format_tree, format_entry, entry, format_cmp);
 struct format_tree *format_create(void);  struct format_tree *format_create(void);
 void             format_free(struct format_tree *);  void             format_free(struct format_tree *);
 void             format_add(  void printflike3 format_add(
                      struct format_tree *, const char *, const char *, ...);                       struct format_tree *, const char *, const char *, ...);
 const char      *format_find(struct format_tree *, const char *);  const char      *format_find(struct format_tree *, const char *);
 char            *format_expand(struct format_tree *, const char *);  char            *format_expand(struct format_tree *, const char *);
Line 2021 
Line 2021 
 extern const struct window_mode window_copy_mode;  extern const struct window_mode window_copy_mode;
 void             window_copy_init_from_pane(struct window_pane *);  void             window_copy_init_from_pane(struct window_pane *);
 void             window_copy_init_for_output(struct window_pane *);  void             window_copy_init_for_output(struct window_pane *);
 void             window_copy_add(struct window_pane *, const char *, ...);  void printflike2 window_copy_add(struct window_pane *, const char *, ...);
 void             window_copy_vadd(struct window_pane *, const char *, va_list);  void             window_copy_vadd(struct window_pane *, const char *, va_list);
 void             window_copy_pageup(struct window_pane *);  void             window_copy_pageup(struct window_pane *);
   

Legend:
Removed from v.1.313  
changed lines
  Added in v.1.314