mirror of
https://github.com/tmux/tmux.git
synced 2025-09-03 06:17:04 +00:00
Clear flags across all sessions, from Thomas Adam.
This commit is contained in:
1
tmux.h
1
tmux.h
@ -2076,6 +2076,7 @@ struct window_pane *window_pane_find_down(struct window_pane *);
|
||||
struct window_pane *window_pane_find_left(struct window_pane *);
|
||||
struct window_pane *window_pane_find_right(struct window_pane *);
|
||||
void window_set_name(struct window *, const char *);
|
||||
void winlink_clear_flags(struct winlink *);
|
||||
|
||||
/* layout.c */
|
||||
u_int layout_count_cells(struct layout_cell *);
|
||||
|
Reference in New Issue
Block a user