Check cursor options when a pane is created, not just when they are changed.

This commit is contained in:
nicm
2022-06-17 07:28:05 +00:00
parent 7cee982f90
commit d9f84854ac
3 changed files with 20 additions and 11 deletions

1
tmux.h
View File

@ -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 *);