follow-up bit

This commit is contained in:
nhmall
2025-04-13 12:23:09 -04:00
parent a70db6dafb
commit 932f598689
+1 -1
View File
@@ -3602,7 +3602,7 @@ tty_wait_synch(void)
{ {
HUPSKIP(); HUPSKIP();
/* we just need to make sure all windows are synch'd */ /* we just need to make sure all windows are synch'd */
if (!ttyDisplay || ttyDisplay->rawprint || WIN_MAP == WIN_ERR) { if (WIN_MAP == WIN_ERR || !ttyDisplay || ttyDisplay->rawprint) {
getret(); getret();
if (ttyDisplay) if (ttyDisplay)
ttyDisplay->rawprint = 0; ttyDisplay->rawprint = 0;