mirror of
https://github.com/tmux/tmux.git
synced 2025-09-01 20:57:00 +00:00
Use global cursor style and colour options for modes instead of default,
GitHub issue 4117.
This commit is contained in:
@ -417,6 +417,7 @@ window_copy_common_init(struct window_mode_entry *wme)
|
||||
data->jumpchar = NULL;
|
||||
|
||||
screen_init(&data->screen, screen_size_x(base), screen_size_y(base), 0);
|
||||
screen_set_default_cursor(&data->screen, global_w_options);
|
||||
data->modekeys = options_get_number(wp->window->options, "mode-keys");
|
||||
|
||||
evtimer_set(&data->dragtimer, window_copy_scroll_timer, wme);
|
||||
|
Reference in New Issue
Block a user