home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / sgi / 18669 < prev    next >
Encoding:
Text File  |  1993-01-11  |  1.7 KB  |  44 lines

  1. Newsgroups: comp.sys.sgi
  2. Path: sparky!uunet!pipex!warwick!doc.ic.ac.uk!cc.ic.ac.uk!imperial.ac.uk!vulture
  3. From: vulture@imperial.ac.uk (Thomas Sippel - Dau)
  4. Subject: Re: Delete Key doesn't work
  5. Message-ID: <1993Jan11.165217.18340@cc.ic.ac.uk>
  6. Sender: vulture@carrion.cc.ic.ac.uk (Thomas Sippel - Dau)
  7. Nntp-Posting-Host: cscgc
  8. Reply-To: cmaae47@imperial.ac.uk
  9. Organization: Imperial College of Science, Technology and Medicine
  10. References: <1993Jan08.215957.931@eng.umd.edu>
  11. Date: Mon, 11 Jan 93 16:52:16 GMT
  12. Lines: 30
  13.  
  14. In article <1993Jan08.215957.931@eng.umd.edu>, ashish@eng.umd.edu (Ashish Nedungadi) writes:
  15. -     I rlogin into the SGI machine from a SUN 4 machine.  In the SGI window,
  16. - I cannot use the <Delete> key.  Instead what happens is that that prompt skips 
  17. - to the next (sort of like hitting the <Return> key, except no command is executed).
  18.  
  19. So it *does* work, and oes what it is meant to do: abort the current command.
  20. It just does not do what you expect it to do.
  21.  
  22. The best yu can do is to execute on the SUN, whenever you start a window 
  23. (or shell):
  24.  
  25.           stty erase ^h
  26.  
  27. and get used to the backspace key.
  28.  
  29. Or (much less useful) you execute on the SGI (and most other machines):
  30.  
  31.           stty erase ^? intr ^c
  32.  
  33. with the obvious quoting requirements to shield the ^ and ?.
  34.  
  35.                                Thomas
  36.  
  37. -- 
  38. *** This is the operative statement, all previous statements are inoperative.
  39. *   email: cmaae47 @ ic.ac.uk (Thomas Sippel - Dau) (uk.ac.ic on Janet)
  40. *   voice: +44 71 589 5111 x4937 or 4934 (day), or +44 71 823 9497 (fax)
  41. *   snail: Imperial College of Science, Technology and Medicine
  42. *   The Center for Computing Services, Kensington SW7 2BX, Great Britain
  43.