[net.news.b] vnews doesn't display te/rmcup strings

mkg@whuxlm.UUCP (Marsh Gosnell) (11/02/84)

If the terminal you are using has a termination string (te in termcap
or rmcup in terminfo), there is a bug in 2.10.2 vnews that will prevent
that string from being displayed to your terminal when you exit vnews.

To fix, add the following line after each call to cookedterm() in visual.c:
	vflush();	/* needed because cookedterm() uses vputc */

  Marsh Gosnell   AT&T Bell Laboratories  whuxlk!mkg