home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / terminal / 1511 < prev    next >
Encoding:
Internet Message Format  |  1993-01-12  |  2.2 KB

  1. Path: sparky!uunet!mcsun!Germany.EU.net!urmel.informatik.rwth-aachen.de!gandalf!michael
  2. From: michael@gandalf.moria (Michael Haardt)
  3. Newsgroups: comp.terminals
  4. Subject: Re: honeywell vip 7000-series
  5. Date: Mon, 11 Jan 93 23:36:19 +0100
  6. Organization: An old and gray machine, somewhere in Moria.
  7. Lines: 58
  8. Distribution: world
  9. Message-ID: <9301112142@gandalf.moria>
  10. References: <SIREN.93Jan10230916@kuuppa.cs.hut.fi>
  11. Reply-To: u31b3hs@pool.informatik.rwth-aachen.de (Michael Haardt)
  12. NNTP-Posting-Host: rama.informatik.rwth-aachen.de
  13. Return-Path: <u31b3hs@pool.informatik.rwth-aachen.de>
  14.  
  15. In article <SIREN.93Jan10230916@kuuppa.cs.hut.fi>, siren@kuuppa.cs.hut.fi (Tuomas Siren) writes:
  16. >     Terminal specs & escape codes needed. Please email.
  17.  
  18. I have a Cii Honeywell Bull, also called DKU 7003, and use the following
  19. termcap entry for it.  Is that what you were looking for?  That's also
  20. all I know apart from the small manual fixed on the keyboard (DIP
  21. config).  I would like to get to know more details about it, e.g. how
  22. to program the function and tab keys to send something.
  23.  
  24. # Honeywell Bull terminal.  Its cursor and function keys send single
  25. # control characters and it has standout/underline glitch.  Most programs
  26. # do not like these features/bugs.  This is a dumb mode for this terminal.
  27. # Visual bell is realized by flashing the "keyboard locked" LED.
  28. Dk|dumb7003|Honeywell Bull DKU 7003, dumb mode:\
  29.     :bs:\
  30.     :co#80:li#25:\
  31.     :cd=\037:\
  32.     :ce=\E[K:\
  33.     :cl=\035\037:\
  34.     :cm=\E[%i%d;%dH:\
  35.     :do=^K:\
  36.     :ho=\035:\
  37.     :kd=^K:kh=\035:kl=^Y:kr=^X:ku=^Z:\
  38.     :le=^Y:\
  39.     :nd=^X:\
  40.     :up=^Z:\
  41.     :vb=\E[2h\E[2l:
  42.  
  43. # Honeywell Bull terminal.  Its cursor and function keys send single
  44. # control characters and it has standout/underline glitch.  Most programs
  45. # do not like these features/bugs.  The following entry may cause problems
  46. # with some programs.  Visual bell is realized by flashing the "keyboard 
  47. # locked" LED.
  48. dk|dku7003|Honeywell Bull DKU 7003, all features described:\
  49.     :bs:\
  50.     :ms:\
  51.     :co#80:li#25:\
  52.     :sg#1:ug#1:\
  53.     :cd=\037:\
  54.     :ce=\E[K:\
  55.     :cl=\035\037:\
  56.     :cm=\E[%i%d;%dH:\
  57.     :do=^K:\
  58.     :ho=\035:\
  59.     :kd=\^K:kh=\035:kl=\^Y:kr=\^X:ku=\^Z:\
  60.     :le=^Y:\
  61.     :mb=\E[5m:\
  62.     :md=\E[7m:\
  63.     :me=\E[0m:\
  64.     :mh=\E[2m:\
  65.     :mr=\E[7m:\
  66.     :nd=^X:\
  67.     :so=\E[7m:se=\E[0m:\
  68.     :up=^Z:\
  69.     :us=\E[4m:ue=\E[0m:\
  70.     :vb=\E[2h\E[2l:
  71.  
  72. Michael
  73.