WIN_MAP==WIN_ERR on a code path to tty_wait_synch
This commit is contained in:
@@ -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) {
|
if (!ttyDisplay || ttyDisplay->rawprint || WIN_MAP == WIN_ERR) {
|
||||||
getret();
|
getret();
|
||||||
if (ttyDisplay)
|
if (ttyDisplay)
|
||||||
ttyDisplay->rawprint = 0;
|
ttyDisplay->rawprint = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user