home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / sys / amiga / misc / 12849 < prev    next >
Encoding:
Text File  |  1992-08-19  |  1.7 KB  |  47 lines

  1. Newsgroups: comp.sys.amiga.misc
  2. Path: sparky!uunet!kithrup!hoptoad!decwrl!sdd.hp.com!usc!rpi!scott.skidmore.edu!psinntp!psinntp!isc-newsserver!rbm2273
  3. From: rbm2273@ultb.isc.rit.edu (R.B. Mead )
  4. Subject: Re: csh 5.19 and LS 4.5 ljr
  5. Message-ID: <1992Aug19.080558.5083@ultb.isc.rit.edu>
  6. Originator: rbm2273@ultb
  7. Sender: news@ultb.isc.rit.edu (USENET News System)
  8. Nntp-Posting-Host: ultb-gw.isc.rit.edu
  9. Organization: Rochester Institute of Technology
  10. References: <1992Aug15.061941.21435@ccu.umanitoba.ca> <1992Aug17.154621.5469@lmpsbbs.comm.mot.com>
  11. Date: Wed, 19 Aug 1992 08:05:58 GMT
  12. Lines: 33
  13.  
  14. In article <1992Aug17.154621.5469@lmpsbbs.comm.mot.com> rittle@supra.comm.mot.com (Loren James Rittle) writes:
  15. >In article <1992Aug15.061941.21435@ccu.umanitoba.ca> kaarts@ccu.umanitoba.ca (Kenneth John Aarts) writes:
  16. >>I am having a slight difficulty here.  In shell-startup I have
  17. >>
  18. >>    ;file exe
  19. >>    set ls_highlight-5.on ""
  20. >>    set ls_highlight-5.off *
  21. >>    ;dir
  22. >>    set ls_highlight2.on  ""
  23. >>    set ls_highlight2.off /
  24. >>
  25. >>which mostly works.  Unfortunately, if I use Ls, the curser color is lost. (set
  26. >>to background)  Works fine in the C= shell, but not with CSH.  (I am using %c
  27. >>in my csh prompt)
  28. >
  29. >Bug in csh (confirmed by WSH and C=).  The shell must Flush() Output,
  30. >C='s shell always has, WShell always has.  Many other 3rd party shells
  31. >do/did not...  I reported this problem to csh and sksh authors.
  32. >
  33. >The workaround if you have SAS/C is to add the following line in
  34. >the cleanup code and recompile:
  35. >
  36. >Flush (Output ());
  37. >
  38. >Regards,
  39. >Loren, author of ls-4.5ljr
  40.  
  41. I haven't followed the entire thread.  Sorry if this is a duplicate.
  42.  
  43. PDKSH also supports this feature!!  Cursor is gone after 'ls' cmnd.
  44.  
  45. Regards.
  46.  
  47.