Skip to content

Instantly share code, notes, and snippets.

@drbig
Forked from stengland/Fix rxvt-unicode via ssh.md
Created September 24, 2015 12:53

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