Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!burl!ulysses!allegra!princeton!orsvax1!pyrnj!caip!seismo!cmcl2!lanl!unm-la!unmvax!wampler From: wampler@unmvax.UUCP (Bruce Wampler) Newsgroups: net.sources.bugs,net.micro.atari16 Subject: Bug in NEW tvx for Atari ST Message-ID: <1012@unmvax.UUCP> Date: Mon, 10-Mar-86 16:41:19 EST Article-I.D.: unmvax.1012 Posted: Mon Mar 10 16:41:19 1986 Date-Received: Wed, 12-Mar-86 21:42:51 EST Distribution: net Organization: Univ. of New Mexico, Albuquerque Lines: 23 Xref: watmath net.sources.bugs:721 net.micro.atari16:163 There is a bug in the terminal description for the ATARI ST in the version of TVX just posted to mod.sources. In file tvx_term.ic, in the definition for the Atari (#ifdef ATARI520), change the one line: EXTERN char cdelchr[8]={27,'M',0,0,0,0,0,0}; /* delete char on screen */ to: EXTERN char cdelchr[8]={0,0,0,0,0,0,0,0}; /* delete char on screen */ This was caused by trying to maintain source for too many machines! I just didn't get the real atari entry back up to the vax before I posted. Sorry about that! The bogus entry will cause TVX to erase the entire line rather than just one character. Zeroeing it makes the code use a different delete character algorithm. The delete character code is new from the January posting, and really helps on dialups. The change is insignificant on fast screens. -- Dr. Bruce E. Wampler University of New Mexico Department of Computer Science Albuquerque, NM 87131 ..{ucbvax | seismo!gatech | ihnp4!lanl}!unmvax!wampler