home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / os / cpm / 1518 < prev    next >
Encoding:
Internet Message Format  |  1992-12-30  |  1.3 KB

  1. Path: sparky!uunet!think.com!spool.mu.edu!agate!ucbvax!TECHNION.BITNET!PHR00JG
  2. From: PHR00JG@TECHNION.BITNET ("Jacques J. Goldberg")
  3. Newsgroups: comp.os.cpm
  4. Subject: Re: INFO-CPM Digest V92 #149, comm. with mapped keyboard
  5. Message-ID: <9212300803.AA16751@ucbvax.Berkeley.EDU>
  6. Date: 30 Dec 92 08:03:22 GMT
  7. References: <INFO-CPM-REQUEST@WSMR-SIMTEL20.ARMY.MIL>
  8. Sender: daemon@ucbvax.BERKELEY.EDU
  9. Distribution: world
  10. Organization: The Internet
  11. Lines: 14
  12. X-Unparsable-Date: Tue, 29 Dec 92 13:08:41 IST
  13.  
  14. QTERM has it, and shows how to implement it.
  15. You will also need the P.D. assembler and patcher pointed at in the QTERM
  16. documentation.  QTERM and these are on SIMTEL20.
  17. Very easy to implement even for a person like me with limited assembly
  18. practice.
  19. QTERM traps each keystroke, branches to some space where you can play, and
  20. has a mechanism to let the rest of the program know if the stroke has to be
  21. passed out to the comm. port right away, or be deferred, or be followed by
  22. more stuff.
  23. Actually that's how a QTERM user would simulate a VT100 keyboard for example.
  24. If you know a little bit of Z80 assembly you will remap your keyboard in less
  25. than 2 hours with a slow diskette system (testing faster with a HD of course).
  26. David Goodenough (no error here I hope) thought about you when writing QTERM.
  27. ---------------- Jacques Goldberg - Technion, Haifa, Israel
  28.