follow-up bit

This commit is contained in:
nhmall
2025-04-13 12:23:09 -04:00
parent a70db6dafb
commit 932f598689

View File

@@ -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;