[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.853 and 1.854

version 1.853, 2019/02/16 11:42:08 version 1.854, 2019/03/07 19:01:21
Line 43 
Line 43 
 struct cmdq_list;  struct cmdq_list;
 struct environ;  struct environ;
 struct format_job_tree;  struct format_job_tree;
   struct format_tree;
 struct input_ctx;  struct input_ctx;
 struct job;  struct job;
 struct mode_tree_data;  struct mode_tree_data;
Line 707 
Line 708 
         void             (*command)(struct window_pane *, struct client *,          void             (*command)(struct window_pane *, struct client *,
                              struct session *, struct winlink *, struct args *,                               struct session *, struct winlink *, struct args *,
                              struct mouse_event *);                               struct mouse_event *);
           void             (*formats)(struct window_pane *, struct format_tree *);
 };  };
 #define WINDOW_MODE_TIMEOUT 180  #define WINDOW_MODE_TIMEOUT 180
   
Line 2304 
Line 2306 
 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 *, int);  void             window_copy_pageup(struct window_pane *, int);
 void             window_copy_start_drag(struct client *, struct mouse_event *);  void             window_copy_start_drag(struct client *, struct mouse_event *);
 void             window_copy_add_formats(struct window_pane *,  
                      struct format_tree *);  
   
 /* names.c */  /* names.c */
 void     check_window_name(struct window *);  void     check_window_name(struct window *);

Legend:
Removed from v.1.853  
changed lines
  Added in v.1.854