Skip to content

Instantly share code, notes, and snippets.

@stengland
Last active November 27, 2022 12:43
Show Gist options
  • Save stengland/5973878 to your computer and use it in GitHub Desktop.
Save stengland/5973878 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/
@zloster
Copy link

zloster commented Jan 26, 2018

The same steps will resolve issues with suckless.org st terminal also. Just replace terminfo/r/rxvt-unicode* with terminfo/s/st*.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment