Aram Drevekenin

Results 531 comments of Aram Drevekenin
trafficstars

Hey @abatkin - thanks for checking this out! Would you be willing to keep helping troubleshoot this? I am not reproducing your issue, but it might be because I'm not...

> @abatkin The problem is that i didnt bother to fix the kitty protocol, can you force your terminal to not use it? and set the `support_kitty_keyboard_protocol` to false in...

> @imsnif I just pushed this fix for kitty protocol. Please review my code, im unsure about .drain(..) part, as i am not a rust dev, i may be missing...

> I've been having a similar issue in Windows Terminal using zellij over ssh, particularly when focusing back to my terminal after a few minutes of being away. It's hard...

Thanks for the checking and for the logs @abatkin ! You're experiencing the same issue as https://github.com/zellij-org/zellij/pull/4150#issuecomment-2859617013. Essentially the bytes received over STDIN through the ssh connection are fragmented and...

Hey @kewaopcode - I'm circling back to this finally. Would you mind rebasing from main?

Been playing a bit more with this and found that unfortunately the reencode solution won't work out very well. There are some cases in which the encoded events strip info...

This new version includes a UI revamp (will be documented before release). To use the old behavior, you can use the `classic` layout (eg. start with `zellij -l classic`). Otherwise,...

Just to make sure we're not stumbling on this - you said you installed with `cargo install zellij` did you use the `--locked` flag? If not this is the first...