Use terminal-features instead of terminal-overrides to enable truecolor support

in example_tmux.conf, from Simon Hengel.
This commit is contained in:
Nicholas Marriott 2024-08-04 09:59:18 +01:00
parent 2ac0faf119
commit d0eb3fe543
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ set -g status-bg red
%endif
# Enable RGB colour if running in xterm(1)
set-option -sa terminal-overrides ",xterm*:Tc"
set-option -sa terminal-features ",xterm*:RGB"
# Change the default $TERM to tmux-256color
set -g default-terminal "tmux-256color"