You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using kakoune from within a zellij instance, the terminal does not show the expected colors. Attached towards the bottom are screenshots of kakoune without zellij (the tan color) and within zellij (the dark blue).
zellij --version: 0.15.0 tput lines: 34 tput cols: 119 uname -av or ver(Windows): Linux blamblam 5.8.0-59-generic #66~20.04.1-Ubuntu SMP Thu Jun 17 11:14:10 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
List of programs you interact with as, PROGRAM --version: output cropped meaningful, for example: kak -version: Kakoune v2020.09.01-578-gcac946b4 alacritty --version: 0.8.0
Further information
Screenshot of kakoune from an alacritty terminal without zellij
Screenshot of kakoune from an alacritty terminal with zellij
From the kakoune Discord chat:
Kakoune by default uses a palette-switching method to get true colors (outside 256 terminal ones), which might not be working well with zellij. There is an alternative branch builtin-terminal-ui that uses 24-bit color sequences directly, assuming that the terminal supports it. Last I saw it mentioned (#385) it is supposed to be working well with zellij, so you can give it a try.
If I build kakoune from the builtin-terminal-ui branch as suggested, zellij does show the expected colors.
The text was updated successfully, but these errors were encountered:
Looking through the commit history, I think that #453 fixed the issue for some people. However if I check out 1f88b34 I'm still seeing the issue, so I don't think this is a regression.
Hey @chrisboyce - this is now fixed in main. Thanks for the report! I hope to release a new version with this sometime next week. Will close this now - if this still happens to you in the next release, please ping me and I'll re-open.
When using kakoune from within a
zellij
instance, the terminal does not show the expected colors. Attached towards the bottom are screenshots of kakoune without zellij (the tan color) and within zellij (the dark blue).Debug Logs
zellij-15.log
zellij-10.log
zellij-9.log
Basic information
zellij --version
: 0.15.0tput lines
: 34tput cols
: 119uname -av
orver
(Windows):Linux blamblam 5.8.0-59-generic #66~20.04.1-Ubuntu SMP Thu Jun 17 11:14:10 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
List of programs you interact with as,
PROGRAM --version
: output cropped meaningful, for example:kak -version
:Kakoune v2020.09.01-578-gcac946b4
alacritty --version
:0.8.0
Further information
Screenshot of kakoune from an alacritty terminal without zellij
Screenshot of kakoune from an alacritty terminal with zellij
From the kakoune Discord chat:
If I build kakoune from the
builtin-terminal-ui
branch as suggested,zellij
does show the expected colors.The text was updated successfully, but these errors were encountered: