refactor: add win_T argument to setcursor_mayforce()

This commit is contained in:
Luuk van Baal
2024-04-10 11:41:48 +02:00
parent d5063f4b29
commit 7b14eb543d
3 changed files with 12 additions and 12 deletions

View File

@@ -1281,7 +1281,7 @@ void pum_show_popupmenu(vimmenu_T *menu)
pum_is_drawn = true;
pum_grid.zindex = kZIndexCmdlinePopupMenu; // show above cmdline area #23275
pum_redraw();
setcursor_mayforce(true);
setcursor_mayforce(curwin, true);
int c = vgetc();