Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!rutgers!ames!ucbcad!ucbvax!STONY-BROOK.SCRC.SYMBOLICS.COM!jrd From: jrd@STONY-BROOK.SCRC.SYMBOLICS.COM (John R. Dunning) Newsgroups: comp.sys.atari.8bit Subject: More wierd questions... Message-ID: <870820145709.7.JRD@GRACKLE.SCRC.Symbolics.COM> Date: Thu, 20-Aug-87 14:57:00 EDT Article-I.D.: GRACKLE.870820145709.7.JRD Posted: Thu Aug 20 14:57:00 1987 Date-Received: Sat, 22-Aug-87 14:19:49 EDT Sender: daemon@ucbvax.BERKELEY.EDU Distribution: world Organization: The ARPA Internet Lines: 14 I've been looking at the little typeahead frob posted by u-jleigh recently. It WON'T work as is with Kermit-65, as was previously alleged, but it can easily be hacked to make it work. However, there are two ways to go here: either load it external to kermit, as the posted version requires, or build it into kermit, and have kermit turn it on at init time, and off at exit time (or maybe make it switchable or something). However, since it hacks on interrupt vectors, it'd be nice if the embedded version could detect the presence of the separately loaded version, and not preempt it. So, the questions before the house are: 1) Would the listening audience like to see this feature added to kermit, and 2) is there any good place in OS ram for storing facts like "The typeahead handler is already in place, dummy!"?