Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site ut-ngp.UUCP Path: utzoo!linus!philabs!seismo!ut-sally!ut-ngp!knutson From: knutson@ut-ngp.UUCP (Jim Knutson) Newsgroups: net.sources Subject: Re: vnews visual.c mods Message-ID: <132@ut-ngp.UUCP> Date: Thu, 17-Nov-83 20:18:40 EST Article-I.D.: ut-ngp.132 Posted: Thu Nov 17 20:18:40 1983 Date-Received: Sat, 19-Nov-83 01:21:30 EST References: <1090@pur-phy.UUCP> Organization: Comp. Center, Univ. of Texas at Austin Lines: 9 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 */