Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mosh fails to support back tab (\e[Z) #539

Closed
andersk opened this issue Jul 20, 2014 · 1 comment
Closed

Mosh fails to support back tab (\e[Z) #539

andersk opened this issue Jul 20, 2014 · 1 comment
Milestone

Comments

@andersk
Copy link
Member

andersk commented Jul 20, 2014

The terminfo for xterm advertises support for back tab (cbt=\E[Z, kcbt=\E[Z), but Mosh doesn’t support it. Outside Mosh:

$ printf 'hello, wurld\e[Zo\n'
hello, world

Inside Mosh:

$ printf 'hello, wurld\e[Zo\n'
hello, wurldo

This results in display corruption; I observed it while pressing backspace in nano 2.3.1 on CentOS 7.

@philip-wernersbach
Copy link

Confirmed with CentOS 6.7. This makes "nano" pretty much unusable over mosh.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants