From 932f5986897514ca142ba63fa1e9aeef169a3acc Mon Sep 17 00:00:00 2001 From: nhmall Date: Sun, 13 Apr 2025 12:23:09 -0400 Subject: [PATCH] follow-up bit --- win/tty/wintty.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/win/tty/wintty.c b/win/tty/wintty.c index dbebb57a7..785dab116 100644 --- a/win/tty/wintty.c +++ b/win/tty/wintty.c @@ -3602,7 +3602,7 @@ tty_wait_synch(void) { HUPSKIP(); /* 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(); if (ttyDisplay) ttyDisplay->rawprint = 0;