From 84ed006c4d09b4a42018761884ca4714424992d7 Mon Sep 17 00:00:00 2001 From: William McBrine Date: Wed, 11 Dec 2019 06:59:50 -0500 Subject: [PATCH] PDC_doupdate() on blinking (SDL2). --- sdl2/pdcdisp.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sdl2/pdcdisp.c b/sdl2/pdcdisp.c index 8c474c3a..8b7ae56c 100644 --- a/sdl2/pdcdisp.c +++ b/sdl2/pdcdisp.c @@ -468,6 +468,8 @@ void PDC_blink_text(void) } oldch = (chtype)(-1); + + PDC_doupdate(); } void PDC_doupdate(void)