Ubuntu Forums Archive Viewer

gnu screen and backspace

Archived thread 226867 from Sun Sparc Users. Markdown source: Sun_Sparc_Users/thread_226867_gnu_screen_and_backspace.md

Original URL About this archive
#1

I've googled this. It seems to be a relatively common question in the debian community.

I ssh in via PUTTY on a windows box to my friends machine.

bash# screen bash# apt-g13t (oops hit backspace) get -wuf wuf- (screens visual for there is no more to backspace). It control-h ^H sends backspace.. fix g13t to get and continue with my line.

backspace works fine in shell, but not screened. or in programs within screen (since screen changes the termcap).

Has anyone fixed this?

#2

Hi,

Tell PuTTY that backspace sends ^H.

Adding this line to _.screenrc_ might also help.

*bindkey -d -k kb stuff "\010"*