wk / plugin-ssh-term-helper

Fish function that overloads the ssh command to set a conservative $TERM value
MIT License
1 stars 2 forks source link

Add support for xterm-termite #3

Closed Amanieu closed 4 years ago

Amanieu commented 4 years ago

Termite often causes issues with SSH since it uses a custom terminfo which isn't widely supported.

wk commented 4 years ago

I'm not familiar with termite myself, but it also looks like an exotic termcap identifier which wouldn't be present in e.g. network equipment targets - and normalizing that was the initial motivation for this plugin.

Pulling this in, thanks!