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 querying for the foreground or background color using the corresponding OSC sequences, zellij always answers with black.
For instance, when I send OSC 11 ; ? ST (query background) I receive back OSC 11 ; rgb:0000/0000/0000 ST even though I'm in a light terminal. Similarly in a dark terminal OSC 10 ; ? ST (query foreground) is responded to with OSC 10 ; rgb:0000/0000/0000 ST.
Similar behaviour here. I'm using Omakub and when I've been switching themes, the NeoVim has had background=light set for some dark themes. I've checked the OSC11 response and it seems that it was wrong. After clearing the cache, all started working properly :)
Issue description
When querying for the foreground or background color using the corresponding OSC sequences, zellij always answers with black.
For instance, when I send
OSC 11 ; ? ST
(query background) I receive backOSC 11 ; rgb:0000/0000/0000 ST
even though I'm in a light terminal. Similarly in a dark terminalOSC 10 ; ? ST
(query foreground) is responded to withOSC 10 ; rgb:0000/0000/0000 ST
.Example:
Collected information
Basic information
zellij --version
:zellij 0.40.1
stty size
:26 102
uname -av
orver
(Windows):Linux taus-fedora 6.8.1-300.fc40.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Mar 20 04:39:30 UTC 2024 x86_64 GNU/Linux
Terminal: Alacritty and vte (Ptyxis)
Logs
zellij-12.log
zellij.log
Further information
I noticed that when I clean the cache directory (
~/.cache/zellij
) I get correct results for the first run of zellij.Originally this issue was reported in delta (dandavison/delta#1663). Reporting this here totally fell off my radar (sorry).
The text was updated successfully, but these errors were encountered: