vnews visual.c mods

Jim Knutson knutson at ut-ngp.UUCP
Fri Nov 18 11:18:40 AEST 1983


On our 4.1c system, vnews does not honor the delays from termcap.
This has been causing much havoc with our mime2a terminals.
Removing the static declaraction of ospeed fixes the problem.

148c148
static int ospeed;			/* terminal speed */
---
       int ospeed;			/* terminal speed */



More information about the Comp.sources.unix mailing list