About the backslash in VI

hi All,
I tried fixdel but then the backspace acts like delete

Now I am seeing the following
dfads^?^?^?^?^?^?^? ^?^?^?^?

When ever I press backspace i see them
parag_paul [ Mo, 05 November 2007 22:47 ] [ ID #1862415 ]

Re: About the backslash in VI

2007-11-05, 21:47(-00), parag_paul [at] hotmail.com:
> hi All,
> I tried fixdel but then the backspace acts like delete
>
> Now I am seeing the following
> dfads^?^?^?^?^?^?^? ^?^?^?^?
>
> When ever I press backspace i see them

stty erase '^?'

may fix it. But chances are that your problem is deeper than
that.

It's normal for your <Backspace> to send the DEL characters.
Many terminals do that. However, apparently, your vi doesn't
seem to think that DEL is the character sent upon <Backspace>

It may be either because your terminfo database is not correct
or because your terminal "erase" setting is not correct, or
whatever vi uses to determine what character is sent upon
<Backspace>.

--
Stéphane
Stephane CHAZELAS [ Di, 06 November 2007 01:54 ] [ ID #1863277 ]
Linux » comp.unix.shell » About the backslash in VI

Vorheriges Thema: To edit a portion of file.
Nächstes Thema: Shell function doesn't return correct value over 255?