-
-
Notifications
You must be signed in to change notification settings - Fork 678
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Underline colors not working on Window Terminal #3262
Comments
How undercurls should be enabled for Zellij in Windows Terminal? I can see them in Neovim on tmux by a terminal override, but not in Zellij. Any hint? |
@steakhutzeee for me they work on the latest version without any additional configuration, just the colors that aren't working for me |
With your commands they work for me too. It's in nvim that they are now working. |
Sorry @steakhutzeee I'm not sure what would be causing them to work in tmux but not zellij. On my end at least they just work by default with the latest zellij. |
Can confirm, works well under WinTerm (after using the tweak below), but not under WinTerm + Zellij. I had to execute the following line to make the colored underline work (added it to my ~/.zshrc for convenience) $ set -as terminal-overrides ',*:Setulc=\E[58::2::%p1%{65536}%/%d::%p1%{256}%/%{255}%&%d::%p1%{255}%&%d%;m'´ Src: helix-editor/helix#7065 (comment) However this does not fix the colored underlines when using Zellij via WinTerm |
This should be tmux config, not zsh. Correct? |
1. Graphical issue inside a terminal pane (eg. something does not look as it should)
zellij --version
: zellij 0.39.2(I also tried checking out 7f87d93a430a47c82ce3f177a6a2609d3f6abadeand & saw the same thing)
stty size
: 56 120uname -av
orver
(Windows): Linux mgeorge 5.15.146.1-microsoft-standard-WSL2 #1 SMP Thu Jan 11 04:09:03 UTC 2024 x86_64 x86_64 x86_64 GNU/LinuxFurther information
Undercurls are working great, but I seem to be hitting some problems with underline colors in WSL + Window Terminal 1.19/1.20:
echo -e "\x1b[58:5:32m\x1b[4mtest\x1b[59m\x1b[24m"
echo -e "\x1b[4:3mTest\x1b[24m "
The text was updated successfully, but these errors were encountered: