From 303b43a939335d4587e382d5194b81804b6b985b Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Sat, 10 Dec 2022 09:56:54 -0500 Subject: [PATCH] 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 --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index 956f6d9..fddef31 100755 --- a/install.sh +++ b/install.sh @@ -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