zellij-org / zellij

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

Visual artifacts when resizing panes #3415

Open JoakimMellonn opened 2 weeks ago

JoakimMellonn commented 2 weeks ago

1. Graphical issue inside a terminal pane (eg. something does not look as it should)

Basic information

zellij --version: 0.40.1

stty size: 93 391

Log files: zellij-8.log zellij-12.log zellij.log

Further information

When I resize a pane in zellij visual artifacts appears in the pane(s) in which the cursor isn't present (artifacts shown in picture below).

Screenshot 2024-06-12 at 16 33 30

Reproduction steps

Other information To be totally honest I'm not sure wether this issue is caused by Zellij, but I'm currently trying to move from tmux to Zellij and haven't ever had this problem in tmux. I'm running on an M1 Mac and using Alacritty as my terminal emulator.

Any help will be much appreciated.

towry commented 2 weeks ago

see https://mitchellh.com/writing/ghostty-devlog-001, keyword: shell integration.

JoakimMellonn commented 2 weeks ago

see https://mitchellh.com/writing/ghostty-devlog-001, keyword: shell integration.

I've had a look at it, but I really can't find any information about this anywhere else. Also I tried using Kitty as mentioned in the post, but it doesn't change anything for me, even though it should have automatic shell integration.