home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / gnu / bash / bug / 746 next >
Encoding:
Internet Message Format  |  1993-01-21  |  1.1 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!odin.ins.cwru.edu!chet
  2. From: chet@odin.ins.cwru.edu (Chet Ramey)
  3. Newsgroups: gnu.bash.bug
  4. Subject: Re: bash for beginners
  5. Date: 21 Jan 1993 18:05:52 -0500
  6. Organization: GNUs Not Usenet
  7. Lines: 19
  8. Sender: daemon@cis.ohio-state.edu
  9. Approved: bug-bash@prep.ai.mit.edu
  10. Distribution: gnu
  11. Message-ID: <9301211226.AA00814.SM@odin.INS.CWRU.Edu>
  12. References: <arndt.727529226@kaa>
  13. Reply-To: chet@po.cwru.edu
  14.  
  15. > I have compiled bash 1.12 on a sparcstation running
  16. > sunos 4.1.2 .
  17. > My problem is that the arrow keys don't work in a
  18. > sun command tool ( $TERM=sun-cmd ).
  19.  
  20. There are two problems.  First, the termcap definition lies about
  21. the capabilites supported by cmdtool.  Second, cmdtool doesn't let
  22. input get through to the application unscathed -- since it wants
  23. to let the user do mouse-based line editing and the like, it intercepts
  24. input.  I suspect a combination of those things is causing your
  25. difficulty.
  26.  
  27. --
  28. ``The use of history as therapy means the corruption of history as history.''
  29.     -- Arthur Schlesinger
  30.  
  31. Chet Ramey, Case Western Reserve University    Internet: chet@po.CWRU.Edu
  32.  
  33.