Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uunet!brunix!cgy From: cgy@cs.brown.edu (Curtis Yarvin) Newsgroups: comp.unix.wizards Subject: Re: POSIX bashing Message-ID: <70319@brunix.UUCP> Date: 29 Mar 91 22:59:50 GMT References: <3419@unisoft.UUCP> <5980071@hpfcdc.HP.COM> <3446@unisoft.UUCP> <15621@smoke.brl.mil> Sender: news@brunix.UUCP Reply-To: cgy@cs.brown.edu (Curtis Yarvin) Organization: Brown University Department of Computer Science Lines: 19 In article <3446@unisoft.UUCP> greywolf@unisoft.UUCP (The Grey Wolf) writes: >...as next to useless as one can get without removing, say, >the "minimal" tty editing functions (erase, kill, intr, quit, How many applications that you use keep the terminal in cooked mode? If the answer is "too many," I recommend the "fep" program, which gives any "cooked" app history and other editing features. Needless to say, it uses with raw-mode (and a pty). Unlesss you are a godlike typist, your life will become much easier. Cooked mode is obsolete. It was originally an efficiency hack to reduce I/O processing; this has long been a marginal optimisation. Any text interface written today should use the GNU "readline" libraries, or an equivalent. curtis "I tried living in the real world Instead of a shell But I was bored before I even began." - The Smiths