diff --git a/popup.c b/popup.c index b753e4a1..21be8f05 100644 --- a/popup.c +++ b/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);