zellij-org / zellij

A terminal workspace with batteries included
https://zellij.dev
MIT License
20.54k stars 637 forks source link

Interface randomly jitters #3508

Open tqwewe opened 1 month ago

tqwewe commented 1 month ago

Issues with the Zellij UI / behavior / crash

Issue description

Zellij UI occasionally glitches and starts jittering until I exit the session and start a new one.

https://github.com/user-attachments/assets/a69acced-b046-413d-9b16-d0259d3328dc

This happens randomly sometimes, and constantly jitters even when:

The only fix I've found has been is to exit and delete the session and create a new one.

Minimal reproduction

Not sure how to reproduce.

Other relevant information

I'm on mac, and use Alacritty as my terminal.

imsnif commented 1 month ago

Does it happen without zjstatus?

tqwewe commented 1 month ago

I'll have to use zellij for a few days without it enabled to find out, since it sometimes happens out of the blue so its difficult to reproduce

kabeero commented 1 month ago

I have the same issue with zellij + zjstatus,

@tqwewe do you have this enabled in zjstatus?

hide_frame_for_single_pane "true"
tqwewe commented 1 month ago

@kabeero yep I do have that enabled actually.

kabeero commented 1 month ago

@tqwewe : I have a feeling hide_frame_for_single_pane is the culprit ... I've set it to false and I haven't seen any jittering. I'll run a few more days to see if it's actually fixed

@imsnif is there a way to change the border outline color? I saw another PR with theme support, but maybe there's an existing way to do it

https://github.com/zellij-org/zellij/pull/3242 (Theme definition)