Re: Terminal Question

2002-02-15 Thread Derek D. Martin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 At some point hitherto, Mansur, Warren hath spake thusly: > For example, on an HP-UX machine we have, hitting backspace creates the > escape sequence ^?. Is there a way I can arbitrarily change that to > whatever I want? Like, ^H or ^@ or anything e

RE: Terminal Question

2002-02-15 Thread Mansur, Warren
can arbitrarily change that to whatever I want? Like, ^H or ^@ or anything else? Thanks in advance, Warren -Original Message- From: Derek D. Martin [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 14, 2002 1:27 PM To: [EMAIL PROTECTED] Subject: Re: Terminal Question -BEGIN PGP

Re: Terminal Question

2002-02-14 Thread Derek D. Martin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 At some point hitherto, Mansur, Warren hath spake thusly: > OK, let's say I have to log into several different kind of UNIXes > and Linux boxes throughout the day from different OS's. Then let's > say that half the time I log in, the delete key does

Re: Terminal Question

2002-02-14 Thread Paul Lussier
In a message dated: Thu, 14 Feb 2002 12:34:51 EST "Mansur, Warren" said: >how can I make sure that the delete key will always work when I log in to >the various machines? Is it something to do with stty? Yes, usually 'stty -erase ^H' will do the trick, or 'stty -erase ^?' >Also, while I'm at

Terminal Question

2002-02-14 Thread Mansur, Warren
OK, let's say I have to log into several different kind of UNIXes and Linux boxes throughout the day from different OS's. Then let's say that half the time I log in, the delete key doesn't work but the backspace does. My simple question is, if I don't have root priviledges on a machine, how c