Skip to content

Commit

Permalink
Use terminal-features instead of terminal-overrides to enable truecol…
Browse files Browse the repository at this point in the history
…or support

in example_tmux.conf, from Simon Hengel.
  • Loading branch information
nicm committed Aug 4, 2024
1 parent 2ac0faf commit d0eb3fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example_tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit d0eb3fe

Please sign in to comment.