MacOS fix for tmux terminfo
sourced from https://gpanders.com/blog/the-definitive-guide-to-using-tmux-256color-on-macos/ One day I'll learn how terminfo actually works
This commit is contained in:
parent
fdf329b3df
commit
303b43a939
1 changed files with 1 additions and 0 deletions
|
@ -68,6 +68,7 @@ install_tmux_terminfo() {
|
|||
|
||||
pushd /tmp
|
||||
gunzip tmux-256color.src.gz
|
||||
sed -i 's/pairs#0x10000/pairs#32767/g' tmux-256color.src
|
||||
|
||||
sudo tic -xe tmux-256color tmux-256color.src
|
||||
popd
|
||||
|
|
Loading…
Reference in a new issue