From owner-freebsd-hackers Thu Jan 12 21:27:59 1995 Return-Path: hackers-owner Received: (from root@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id VAA26383 for hackers-outgoing; Thu, 12 Jan 1995 21:27:59 -0800 Received: from time.cdrom.com (time.cdrom.com [192.216.223.46]) by freefall.cdrom.com (8.6.9/8.6.6) with ESMTP id VAA26377 for ; Thu, 12 Jan 1995 21:27:58 -0800 Received: from localhost (localhost [127.0.0.1]) by time.cdrom.com (8.6.9/8.6.9) with SMTP id VAA24291; Thu, 12 Jan 1995 21:26:57 -0800 X-Authentication-Warning: time.cdrom.com: Host localhost didn't use HELO protocol To: terry@cs.weber.edu (Terry Lambert) cc: ache@astral.msk.su (Andrew A. Chernov, Black Mage), peter@bonkers.taronga.com, wpaul@skynet.ctr.columbia.edu, freebsd-hackers@FreeBSD.org Subject: Re: Small syscons change In-reply-to: Your message of "Thu, 12 Jan 95 17:08:31 MST." <9501130008.AA07296@cs.weber.edu> Date: Thu, 12 Jan 1995 21:26:56 -0800 Message-ID: <24290.789974816@time.cdrom.com> From: "Jordan K. Hubbard" Sender: hackers-owner@FreeBSD.org Precedence: bulk > Gee, it's been years since I've written a VT100... I guess it's like > riding a bicycle. 8-). Heh. You want to see arcane understand of the spec, look at the vt220 emulator a friend and I wrote (ports/x11/emu). We had to express what to *do* with every reasonable VT220 operation in a forth-like language I made up for the purpose! :-) Jordan