mirror of
https://github.com/tmux/tmux.git
synced 2024-12-04 19:58:48 +00:00
Use terminal-features instead of terminal-overrides to enable truecolor support
in example_tmux.conf, from Simon Hengel.
This commit is contained in:
parent
2ac0faf119
commit
d0eb3fe543
@ -14,7 +14,7 @@ set -g status-bg red
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
# Enable RGB colour if running in xterm(1)
|
# 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
|
# Change the default $TERM to tmux-256color
|
||||||
set -g default-terminal "tmux-256color"
|
set -g default-terminal "tmux-256color"
|
||||||
|
Loading…
Reference in New Issue
Block a user