home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / unix / shell / 4646 < prev    next >
Encoding:
Internet Message Format  |  1992-11-11  |  1.2 KB

  1. Path: sparky!uunet!auspex-gw!guy
  2. From: guy@Auspex.COM (Guy Harris)
  3. Newsgroups: comp.unix.shell
  4. Subject: Re: The Problem with UNIX
  5. Message-ID: <15446@auspex-gw.auspex.com>
  6. Date: 12 Nov 92 01:11:40 GMT
  7. References: <1992Nov9.172715.16367@cs.wisc.edu> <1992Nov10.170423.10311@nttor.uucp> <CKD.92Nov11185012@loiosh.eff.org>
  8. Sender: news@auspex-gw.auspex.com
  9. Organization: Auspex Systems, Santa Clara
  10. Lines: 19
  11. Nntp-Posting-Host: auspex.auspex.com
  12.  
  13. > Mike> Things that bother me about the command line (I'm using Motorola
  14. > Mike> UNIX System V/68 Release 3.71 running a Korn shell using vi-type
  15. > Mike> command line editing on a VT420), in no particular order:
  16. >
  17. > Mike> 1) It is possible to backspace over the prompt.
  18. >
  19. >Get BSD tty drivers or tcsh.
  20.  
  21. Or learn EMACS and use EMACS-type command-line editing. :-)
  22.  
  23. If "ksh" does "vi"-style command-line editing in cooked mode, changing
  24. the tty driver - e.g., by getting SVR4, with a SunOS 4.x-derived
  25. "ldterm" that *does* properly handle the erase character, and won't let
  26. you backspace over the prompt - will help.
  27.  
  28. If "ksh" does "vi"-style command-line editing in uncooked mode, it's a
  29. bug in "ksh" if it lets you backspace over the prompt.
  30.  
  31. ("ksh" does EMACS-style command-line editing in uncooked mode.)
  32.