[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.1211 and 1.1212

version 1.1211, 2023/09/15 15:49:05 version 1.1212, 2024/02/13 08:03:50
Line 3047 
Line 3047 
                      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 *);
   int              window_pane_exited(struct window_pane *);
 u_int            window_pane_search(struct window_pane *, const char *, int,  u_int            window_pane_search(struct window_pane *, const char *, int,
                      int);                       int);
 const char      *window_printable_flags(struct winlink *, int);  const char      *window_printable_flags(struct winlink *, int);

Legend:
Removed from v.1.1211  
changed lines
  Added in v.1.1212