Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!gatech!gitpyr!dts From: dts@gitpyr.gatech.EDU (Danny Sharpe) Newsgroups: net.micro.amiga Subject: vt100 & OnLine! Message-ID: <2358@gitpyr.gatech.EDU> Date: Fri, 10-Oct-86 14:43:43 EDT Article-I.D.: gitpyr.2358 Posted: Fri Oct 10 14:43:43 1986 Date-Received: Sat, 11-Oct-86 22:33:40 EDT Organization: Georgia Institute of Technology, Atlanta Lines: 26 Good morning. If the following items have been discussed already I've missed them due to busy-ness. I've been trying to get the vt100 emulator running (V2.1 DBW 860915), and I ran across the following line in filename() in window.c: if (class=RAWKEY) This looks funny to me. The variable "class" isn't used anywhere else, so the assignment seems kinda weird. Should it be comparison: if (class==RAWKEY) ? The last several scan lines of the window title bar are (usually) over-written by the first line of text. But not always; I've seen the title bar overwrite the top half of the first line, too. Is this a bug or a feature? Also, I know hangup isn't implemented, but even when I type "+++H0" it won't hang up the phone. I'm not sure if this is the program's or the modem's fault (see below). It's a nice piece of work. Certainly beats hell out of OnLine!. Speaking of which: I have a modem that is barely functional (Peachtree Technology P1200) and it sends OnLine! into fits. The vt100 emulator works like a charm under the exact same conditions in which OnLine! barfs ad infinitum and freezes up the machine.