-
-
Notifications
You must be signed in to change notification settings - Fork 690
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
Display glitched when switching sessions with session manager on windows with WSL #2736
Comments
@tranzystorek-io - could I rely on you for some help troubleshooting? I do not have access to a windows machine and cannot recreate this issue myself. Right now I'm suspecting one of two things:
I created a debug branch to this repo called Thanks! |
Thanks for testing it out @tranzystorek-io ! I tidied up that branch and added some stuff. Could you do me a favor and give it one more test to make sure it's still working? Basically, I'm pretty sure the issue here is Windows Terminal not behaving properly when receiving a CSI ? 1049h (as I suspected in point 1 above). This issue works around it by not sending it on a reconnect (we don't need to anyway, it was just there to save some code). |
Once you confirm I'll merge the branch and release a patch version (along with some more minor fixes). |
I can confirm the new commit on the glitch-debug branch still works (does not reproduce) 😊 |
Thanks for the super quick confirmation! |
When creating a new session or switching to another existing one with the session manager, the display ends up in a broken state:
In Case of Graphical or Performance Issues
/tmp/zellij-1000/zellij-log
, ie withcd /tmp/zellij-1000/
andrm -fr zellij-log/
(/tmp/
is$TMPDIR/
on OSX)zellij --debug
stty size
, copy the result and attach it in the bug reportPlease attach the files that were created in
/tmp/zellij-1000/zellij-log/
to the extent you are comfortable with.Basic information
zellij --version
:0.38.0
stty size
:39 171
uname -av
orver
(Windows):Linux DESKTOP-0QOMDS0 5.15.90.1-microsoft-standard-WSL2 #1 SMP Fri Jan 27 02:56:13 UTC 2023 x86_64 GNU/Linux
List of programs you interact with as,
PROGRAM --version
:Windows Terminal Version: 1.17.11461.0
Further information
Reproduction steps, noticeable behavior, related issues, etc
zellij.log
The text was updated successfully, but these errors were encountered: