Skip to content

Instantly share code, notes, and snippets.

@d-ash
Forked from stengland/Fix rxvt-unicode via ssh.md
Last active August 29, 2015 14:18
Show Gist options
  • Save d-ash/8d775736cb24c787116c to your computer and use it in GitHub Desktop.
Save d-ash/8d775736cb24c787116c to your computer and use it in GitHub Desktop.

If tmux fails with the message "open terminal failed: missing or unsuitable terminal: rxvt-unicode-256color".

$ ssh remotemachine mkdir -p .terminfo/r
$ scp /usr/share/terminfo/r/rxvt-unicode* remotemachine:.terminfo/r/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment