home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / terminal / 1579 < prev    next >
Encoding:
Internet Message Format  |  1993-01-27  |  1.8 KB

  1. Path: sparky!uunet!ferkel.ucsb.edu!taco!gatech!news.ans.net!cmcl2!adm!smoke!gwyn
  2. From: gwyn@smoke.brl.mil (Doug Gwyn)
  3. Newsgroups: comp.terminals
  4. Subject: Re: Another approach to the Adm3a+?
  5. Message-ID: <19607@smoke.brl.mil>
  6. Date: 26 Jan 93 15:15:35 GMT
  7. References: <C1FC9D.L7x@usenet.ucs.indiana.edu>
  8. Organization: U.S. Army Ballistic Research Lab, APG MD.
  9. Lines: 35
  10.  
  11. In article <C1FC9D.L7x@usenet.ucs.indiana.edu> mphall@nickel.ucs.indiana.edu
  12. (Michael Hall) writes:
  13. >    This leads me to think there may be a function within the stty
  14. >command that sets space characters to either destructive or merely
  15. >cursor-forward commands
  16.  
  17. No, "stty" merely affects future behavior of the tty handler portion
  18. of the operating system; it does not transmit anything to the terminal.
  19.  
  20. While some of the LSI ADM family of terminals can be configured to have
  21. code 32 (space) act as a non-destructive cursor-right action, it is
  22. really not a good idea, as many programs expect the usual space
  23. character to act destructively.  Code 12 (ctrl-L) does act as a cursor-
  24. right command regardless of switch settings, and thus this capability
  25. is available even when the normal, destructive space is configured.
  26.  
  27. I've seen quite a few incorrect ADM termcaps; here is the set I use.
  28.  
  29. #
  30. # LSI ADM-3A, ADM-3A+, ADM-5
  31. # The following ADM-3A switch settings are assumed for normal operation:
  32. #    SPACE        U/L_DISP    CLR_SCRN    24_LINE
  33. #    CUR_CTL        LC_EN        AUTO_NL        FDX
  34. # Other switches may be set for operator convenience or communication
  35. # requirements.  I recommend
  36. #    DISABLE_KB_LOCK    LOCAL_OFF    103        202_OFF
  37. #    ETX_OFF        EOT_OFF
  38. la|adm3a|LSI ADM-3A:\
  39.     :am:bl=^G:cl=1^Z:cm=\E=%+ %+ :co#80:cr=^M:do=^J:ho=^^:kd=^J:kl=^H:\
  40.     :kr=^L:ku=^K:le=^H:li#24:ma=^K^P:nd=^L:rs=^N:sf=^J:up=^K:\
  41.     :bs:nl=^J:
  42. lb|adm3a+|LSI ADM-3A+:\
  43.     :tc=adm3a:
  44. l5|adm5|LSI ADM-5:\
  45.     :cd=\EY:ce=\ET:kb=^H:kh=^^:se=\EG:sg#1:so=\EG:tc=adm3a:
  46.