diff -uF^[a-zA-Z_][a-z A-Z0-9_]*(.*[^;]$ ansi.c.orig ansi.c --- ansi.c.orig Mon Oct 19 05:32:27 1998 +++ ansi.c Wed Nov 11 00:00:45 1998 @@ -365,11 +365,6 @@ Activate(norefresh) debug1("Activate(%d)\n", norefresh); if (display == 0) return; - if (D_status) - { - Msg(0, "%s", ""); /* wait till mintime (keep gcc quiet) */ - RemoveStatus(); - } fore = D_fore; if (fore) { @@ -385,6 +380,11 @@ Activate(norefresh) DoResize(D_width, D_height); } } + if (D_status) + { + Msg(0, "%s", ""); /* wait till mintime (keep gcc quiet) */ + RemoveStatus(); + } Redisplay(norefresh + all_norefresh); } diff -uF^[a-zA-Z_][a-z A-Z0-9_]*(.*[^;]$ termcap.c.orig termcap.c --- termcap.c.orig Fri Oct 9 22:05:45 1998 +++ termcap.c Fri Nov 6 21:28:06 1998 @@ -761,7 +761,7 @@ MakeTermcap(aflag) if (strlen(Term) > TERMCAP_BUFSIZE - 40) strcpy(Term, "too_long"); sprintf(Termcap, - "TERMCAP=SC|%s|VT 100/ANSI X3.64 virtual terminal", Term + 5); + "TERMCAP=SC|%s|VT 100/ANSI X3.64 virtual terminal:", Term + 5); Termcaplen = strlen(Termcap); debug1("MakeTermcap decided '%s'\n", p); if (extra_outcap && *extra_outcap)