diff src/proto/screen.pro @ 29958:549994614a5a v9.0.0317

patch 9.0.0317: when updating the whole screen a popup may not be redrawn Commit: https://github.com/vim/vim/commit/b13d3405fffae1115acc1433479b616f30e292e5 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Aug 29 13:44:28 2022 +0100 patch 9.0.0317: when updating the whole screen a popup may not be redrawn Problem: When updating the whole screen a popup may not be redrawn. Solution: Mark the screen and windows for redraw also when not clearing. Also mark popup windows for redraw.
author Bram Moolenaar <Bram@vim.org>
date Mon, 29 Aug 2022 14:45:04 +0200
parents 6b8aaf16af99
children ea15dfc9c155
line wrap: on
line diff
--- a/src/proto/screen.pro
+++ b/src/proto/screen.pro
@@ -31,6 +31,7 @@ int screen_valid(int doclear);
 void screenalloc(int doclear);
 void free_screenlines(void);
 void screenclear(void);
+void redraw_as_cleared(void);
 void line_was_clobbered(int screen_lnum);
 int can_clear(char_u *p);
 void screen_start(void);