mirror of
https://github.com/tmux/tmux.git
synced 2025-11-05 18:36:10 +00:00
When using choose-tree -u, start with the current window
highlighted. From Thomas Adam.
This commit is contained in:
2
tmux.h
2
tmux.h
@@ -2257,6 +2257,8 @@ struct window_choose_data *window_choose_add_item(struct window_pane *,
|
||||
struct client *, struct winlink *, const char *,
|
||||
const char *, u_int);
|
||||
void window_choose_expand_all(struct window_pane *);
|
||||
void window_choose_collapse_all(struct window_pane *);
|
||||
void window_choose_set_current(struct window_pane *, u_int);
|
||||
|
||||
/* names.c */
|
||||
void queue_window_name(struct window *);
|
||||
|
||||
Reference in New Issue
Block a user