Closed tranzystorekk closed 1 week ago
To my understanding, the appearance depends on the font settings and rendering of the terminal emulator? Zellij always sends the same unicode characters to draw its frames.
Maybe you can try setting the same font in alacritty as in konsole?
Maybe you can try setting the same font in alacritty as in konsole?
That's what I did, I tried to replicate my konsole config, and then tried tweaking the alacritty font settings further, but to no avail
After some discussion, I gained more info around the bug: Zellij sends escape codes to make the pane frame characters bold. alacritty seems to ignore this compared to konsole.
https://github.com/alacritty/alacritty/commit/d9c6c8d53e95be2fe40162a1fcfe21b93fa0444b looks like this has been fixed and is pending release
A workaround is to disable builtin box chars in alacritty config (alacritty.yml
):
font:
builtin_box_drawing: false
Oh nice, this wasn't even our fault :D
Should we close this then?
I guess this warrants maybe a bug or feature request to alacritty upstream
According to https://github.com/alacritty/alacritty/issues/6335#issuecomment-1246817981, we should request the heavy variant of the box characters instead of the style escape code, but I'm not sure if that would work with zellij
Thank you for taking the time to file this issue! Please follow the instructions and fill in the missing parts below the instructions, if it is meaningful. Try to be brief and concise.
In Case of Graphical or Performance Issues
/tmp/zellij-1000/zellij-log
, ie withcd /tmp/zellij-1000/
andrm -fr zellij-log/
zellij --debug
Please attach the files that were created in
/tmp/zellij-1000/zellij-log/
to the extent you are comfortable with.Basic information
zellij --version
: 0.31.0stty size
: 22 114uname -av
orver
(Windows): Linux vmware 5.18.14_1 #1 SMP PREEMPT_DYNAMIC Sun Jul 24 05:20:02 UTC 2022 x86_64 GNU/LinuxList of programs you interact with as,
PROGRAM --version
: output cropped meaningful, for example:konsole --version
: konsole 22.04.3alacritty --version
: alacritty 0.10.1Further information Reproduction steps, noticeable behavior, related issues, etc
When using zellij on alacritty, I get thin and unappealing pane frames:
For reference, this is how it looks on konsole: