Emphasis as `_Alcachofa_` not rendered correctly with italics when used inside `tmux`
gbraad opened this issue · 3 comments
gbraad commented
gbraad commented
caarlos0 commented
this is probably related to your tmux config...
I do have this on mine:
set -g default-terminal "xterm-256color"
set -ga terminal-overrides ",*256col*:Tc"
setenv -g COLORTERM truecolor
set -as terminal-overrides ',*:Smulx=\E[4::%p1%dm' # undercurl support
set -as terminal-overrides ',*:Setulc=\E[58::2::%p1%{65536}%/%d::%p1%{256}%/%{255}%&%d::%p1%{255}%&%d%;m' # underscore colors - needs tmux-3.0
and it works as expected...
caarlos0 commented
closing as probably related to tmux configs