C
C
catquistador2018-06-22 13:26:03
Arch Linux
catquistador, 2018-06-22 13:26:03

TMUX how to enable 24-bit true color support?

Good afternoon!
OS : Manjaro Linux with KDE
tmux : fresh master branch
Shell : zsh
External tmux

$ echo "$TERM"
xterm-256color-italic

5b2ccea746357289244691.png
In .zshrc
export TERM="xterm-256color-italic"

In tmux config
set -g default-terminal "xterm-256color-italic"
set-option -ga terminal-overrides ",xterm-256color-italic:Tc"

Inside tmux:
$ echo "$TERM"
xterm-256color-italic

5b2cce4fce773914399871.png
I suspect that the problem is in redefining the settings of the wrong terminal, because.
tmux info | grep Tc
202: Tc: [missing]

From outside tmux, tk-colors work fine in the terminal. in it - no.
I ask for advice.

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question