Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

help on backspace key display

0 views
Skip to first unread message

Tom Dargan

unread,
Sep 24, 1998, 3:00:00 AM9/24/98
to
After I log onto unix, if I make a typo and press the backspace key, a
^? displays. Can anyone tell me how to configure whatever I have to
configure to get my backspace key to backspace on my display.
I didn't have the problem before, but I just replaced my PC . This is
really driving me to distraction. Many thanks for your help.

Dang-Ngoc TUYET-TRAM

unread,
Sep 24, 1998, 3:00:00 AM9/24/98
to
In article <6uec83$msm$1...@supernews.com>,

Type
stty erase "^H"

The symbol '^H' must be done by pressing [backspace]
(you can chexk how your term is already configured by ssty -a)


If it work, then you can place this line in ryour .profile so that you won't
have to type it on each term.

Tuyet Tram DANG NGOC
--
dn...@prism.uvsq.fr
Universite de Versailles

cja...@fallschurch.esys.quux

unread,
Sep 24, 1998, 3:00:00 AM9/24/98
to
On Thu, 24 Sep 1998 14:05:47 -0700, Tom Dargan vouchsafed:

>After I log onto unix, if I make a typo and press the backspace key, a
>^? displays. Can anyone tell me how to configure whatever I have to
>configure to get my backspace key to backspace on my display.
>I didn't have the problem before, but I just replaced my PC . This is
>really driving me to distraction. Many thanks for your help.

If you type "stty erase " (note the space at the end) and then press
your backspace key, and then press return, it will fix the problem for
that login.

I suggest you put that bit into a login script to automagically take
care of it when you start each session.

--
Carl Jacobs - Software Engineer by title, SysAdmin by fait accompli
Opinions expressed are not those of Raytheon Systems Company.
cjacobs at fallschurch.esys.com, hyde at rtfm.netset.com (munged)

"I'll be your squire. Bend over." -Rebecca

bma...@iglou.com

unread,
Sep 27, 1998, 3:00:00 AM9/27/98
to

On 1998-09-24 tda...@metroed.net said:
>After I log onto unix, if I make a typo and press the backspace key,
>a ^? displays. Can anyone tell me how to configure whatever I have
>to configure to get my backspace key to backspace on my display.
>I didn't have the problem before, but I just replaced my PC . This
>is really driving me to distraction. Many thanks for your help.
(a) configure your PC's telnet or terminal program to swap delete and backspace
or
(b) add this command to your .profile or .login:
stty erase '^?'

Net-Tamer V 1.08X - Test Drive

0 new messages