thestinger / termite

Termite is obsoleted by Alacritty. Termite was a keyboard-centric VTE-based terminal, aimed at use within a window manager with tiling and/or tabbing support.
https://github.com/alacritty/alacritty
2.73k stars 240 forks source link

Display issue with ssh? #673

Closed rieje closed 5 years ago

rieje commented 5 years ago

A picture is worth a thousand words--what may be causing it? As you can see, it's only a display issue--after issuing the command I typed (which is "exit", but shows as e.g. "eeexxxiiitttt"), the command is executed. So both the client and the server are receiving the correct keystrokes, but it shows up in the terminal like that.

When I'm in the virtual console, I don't have this issue.

jelly commented 5 years ago

Where do you ssh too, did you install the terminfo on the remote server?

NextHendrix commented 5 years ago

@rieje do you get the same issue if you disable your shell config

rieje commented 5 years ago

It is solved by installing terminfo on the remote server as @jelly suggested, thanks.