fix: Getting 24-bit truecolor support actually working in tmux finally.

This commit is contained in:
2026-04-06 17:57:13 -05:00
parent 821d7328c6
commit 20b386f05c

View File

@@ -1,5 +1,6 @@
# True color support # True color support
set -g default-terminal "xterm-256color" set-option -g default-terminal "tmux-256color"
set-option -ga terminal-overrides ",xterm-256color:Tc"
# Set encoding to Unicode8 # Set encoding to Unicode8
setw -gq utf8 on setw -gq utf8 on