mirror of
https://github.com/tmux/tmux.git
synced 2024-12-04 11:55:56 +00:00
Use cursor style from global options instead of default for popups, from
Alexander Arch.
This commit is contained in:
parent
420af9e108
commit
f57131e11b
1
popup.c
1
popup.c
@ -692,6 +692,7 @@ popup_display(int flags, enum box_lines lines, struct cmdq_item *item, u_int px,
|
||||
pd->border_cell.attr = 0;
|
||||
|
||||
screen_init(&pd->s, jx, jy, 0);
|
||||
screen_set_default_cursor(&pd->s, global_w_options);
|
||||
colour_palette_init(&pd->palette);
|
||||
colour_palette_from_option(&pd->palette, global_w_options);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user