extra: tmux: fix truecolor mode

Missed the `*`, as well as using `Tc` seems to result in better
compatibility and is even needed for some applications like neomutt.

Fixes: cc0f777 ("extra: tmux: enable proper RGB/truecolor mode")
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
This commit is contained in:
Christoph Heiss 2024-04-22 11:40:01 +02:00
parent bbf95ae274
commit 1893a08e4e
Signed by: c8h4
GPG key ID: 1538094429952F86

View file

@ -81,4 +81,4 @@ bind-key C-d detach-client
set-option -g focus-events on
set-option -sa terminal-features ',foot:RGB'
set-option -sa terminal-features ',foot*:Tc'