[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.910 and 1.911

version 1.910, 2019/06/07 20:09:17 version 1.911, 2019/06/13 19:46:00
Line 2396 
Line 2396 
                      struct session *, struct winlink *, key_code,                       struct session *, struct winlink *, key_code,
                      struct mouse_event *);                       struct mouse_event *);
 int              window_pane_visible(struct window_pane *);  int              window_pane_visible(struct window_pane *);
 u_int            window_pane_search(struct window_pane *, const char *);  u_int            window_pane_search(struct window_pane *, const char *, int,
                        int);
 const char      *window_printable_flags(struct winlink *);  const char      *window_printable_flags(struct winlink *);
 struct window_pane *window_pane_find_up(struct window_pane *);  struct window_pane *window_pane_find_up(struct window_pane *);
 struct window_pane *window_pane_find_down(struct window_pane *);  struct window_pane *window_pane_find_down(struct window_pane *);
Line 2630 
Line 2631 
 /* spawn.c */  /* spawn.c */
 struct winlink  *spawn_window(struct spawn_context *, char **);  struct winlink  *spawn_window(struct spawn_context *, char **);
 struct window_pane *spawn_pane(struct spawn_context *, char **);  struct window_pane *spawn_pane(struct spawn_context *, char **);
   
   /* regsub.c */
   char            *regsub(const char *, const char *, const char *, int);
   
 #endif /* TMUX_H */  #endif /* TMUX_H */

Legend:
Removed from v.1.910  
changed lines
  Added in v.1.911