make "ex -s" work. massaged by bostic from pr#2518

This commit is contained in:
mrg 1996-06-10 12:37:00 +00:00
parent 19b430625c
commit 2a28f67a41

View File

@ -91,8 +91,9 @@ ex(spp)
for (;; ++gp->excmd.if_lno) {
/* Display status line and flush. */
if (F_ISSET(sp, SC_STATUS)) {
if (!F_ISSET(sp, SC_EX_SILENT))
msgq_status(sp, sp->lno, 0);
F_CLR(sp, SC_STATUS);
msgq_status(sp, sp->lno, 0);
}
(void)ex_fflush(sp);