Use global cursor style and colour options for modes instead of default,

GitHub issue 4117.
This commit is contained in:
nicm
2024-10-01 08:01:19 +00:00
parent 17bab32794
commit 1c1f4c1219
4 changed files with 17 additions and 9 deletions

1
tmux.h
View File

@ -3014,6 +3014,7 @@ void screen_reinit(struct screen *);
void screen_free(struct screen *);
void screen_reset_tabs(struct screen *);
void screen_reset_hyperlinks(struct screen *);
void screen_set_default_cursor(struct screen *, struct options *);
void screen_set_cursor_style(u_int, enum screen_cursor_style *, int *);
void screen_set_cursor_colour(struct screen *, int);
int screen_set_title(struct screen *, const char *);