home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / unix / shell / 3668 < prev    next >
Encoding:
Text File  |  1992-08-27  |  944 b   |  22 lines

  1. Newsgroups: comp.unix.shell
  2. Path: sparky!uunet!boulder!ucsu!tramp.Colorado.EDU!brandy
  3. From: brandy@tramp.Colorado.EDU (BRANDAUER CARL M)
  4. Subject: Re: Wierd vi problem under Dynix/ptx
  5. Message-ID: <1992Aug28.003152.15516@ucsu.Colorado.EDU>
  6. Sender: news@ucsu.Colorado.EDU (USENET News System)
  7. Nntp-Posting-Host: tramp.colorado.edu
  8. Organization: University of Colorado, Boulder
  9. References: <1992Aug27.013743.1381@csc.canberra.edu.au>
  10. Date: Fri, 28 Aug 1992 00:31:52 GMT
  11. Lines: 9
  12.  
  13. Kim Holburn <kim@csc.canberra.edu.au> writes:
  14.  
  15. >On a sequent running ptx. vi does weird things with @ and #
  16. >and maybe other letters. It treats them like some sort of control characters. 
  17.  
  18. You got the control character part right - have you tried them while using
  19. the shell?  # is the erase character and @ the kill character from the days
  20. when a TTY37 (hardcopy) was the ne plus ultra of terminals.  Use 'stty' to
  21. make the proper changes and everything will be fine.
  22.