You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
After ssh into a server backspace does not work.
To Reproduce
Steps to reproduce the behavior:
in any terminal ssh into the server
Press any key and then backspace. It looks like it adds a space character.
pressing up and down keys to move in history also add content without removing previous content
Server is runing bash. if I run sh backspace now works
Expected behaviour
I expect backspace to work
Desktop (please complete the following information):
OS: MacOS 15.2
The server is using bash.
The last commit id if you built project from sources (run : git rev-parse HEAD)
Additional context
The server actually receives the backspace character. Typing "lvs" runs ls but displays "lv s". This does not happen in mac Terminal.app or iTerm2
The text was updated successfully, but these errors were encountered:
Describe the bug
After ssh into a server backspace does not work.
To Reproduce
Steps to reproduce the behavior:
Expected behaviour
I expect backspace to work
Desktop (please complete the following information):
git rev-parse HEAD
)Additional context
The server actually receives the backspace character. Typing "lvs" runs ls but displays "lv s". This does not happen in mac Terminal.app or iTerm2
The text was updated successfully, but these errors were encountered: