mirror of
https://github.com/tmux/tmux.git
synced 2025-09-03 14:27:09 +00:00
Check cursor options when a pane is created, not just when they are changed.
This commit is contained in:
1
tmux.h
1
tmux.h
@ -2997,6 +2997,7 @@ void *window_pane_get_new_data(struct window_pane *,
|
||||
void window_pane_update_used_data(struct window_pane *,
|
||||
struct window_pane_offset *, size_t);
|
||||
void window_set_fill_character(struct window *);
|
||||
void window_pane_default_cursor(struct window_pane *);
|
||||
|
||||
/* layout.c */
|
||||
u_int layout_count_cells(struct layout_cell *);
|
||||
|
Reference in New Issue
Block a user