Skip to content

Commit 57a8de2

Browse files
committed
tmux: v3.5
Use terminal-features instead of terminal-overrides to enable truecolor support. - https://raw.githubusercontent.com/tmux/tmux/3.5/CHANGES - tmux/tmux@d0eb3fe
1 parent f5abbd5 commit 57a8de2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.tmux/tmux.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ set-option -g renumber-windows on
3838
set-option -g bell-action none
3939

4040
# Enable RGB color if running in xterm
41-
set-option -g -a terminal-overrides ",xterm-256color:Tc"
41+
set-option -g -a terminal-features ",xterm-256color:RGB"
4242

4343
# Unbind default prefix key
4444
unbind-key C-b

0 commit comments

Comments
 (0)