Weird behaviour/rendering of backspace in Terminal.app when SSHing into zsh
Posted
by
Nils Riedemann
on Super User
See other posts from Super User
or by Nils Riedemann
Published on 2011-01-05T09:29:04Z
Indexed on
2011/01/05
9:55 UTC
Read the original article
Hit count: 327
Hi there,
I just stumbled upon a weird problem. When I SSH into my server (centos, zsh) and I type some stuff and hit backspace It looks like a space - but internally it really deleted the characters.
ls -l a
Note that the space between l
and a
is actually when I hit backspace. When I now hit return ls -a
gets executed. This is only in zsh, in bash it works fine.
Hope anyone has an idea what this is all about and how to fix this.
© Super User or respective owner