Skip to content
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

[zellij 0.40.1] Zellij #450

Closed
gvlassis opened this issue May 25, 2024 · 4 comments
Closed

[zellij 0.40.1] Zellij #450

gvlassis opened this issue May 25, 2024 · 4 comments
Labels
External Problem/Bug Problems/Bugs of other projects

Comments

@gvlassis
Copy link

Hello!

I just noticed that when bleopt complete_auto_menu=1, the menu options do not disappear inside Zellij when the menu closes. I attach a video showing the glitch.

output.mp4
@akinomyoga
Copy link
Owner

akinomyoga commented May 27, 2024

This is a bug of Zellij. I also found another bug causing problems with ble.sh. I submitted PRs to the upstream.

The terminal implementation by Zellij seems sloppy as I found even other three bugs in checking only the related part. In addition, the DA2 report by Zellij seems indistinguishable from that by Alacritty. They are using the conflicting range of the terminal IDs.

@akinomyoga
Copy link
Owner

akinomyoga commented May 27, 2024

The fixes are merged in the upstream Zellij, which is an impressive speed.

@gvlassis Could you check the behavior in the latest version of Zellij?

edit: To build and install the latest main branch of Zellij from the source, one can use the following commands:

$ git clone git@github.com:zellij-org/zellij.git
$ cd zellij
$ cargo xtask install "${CARGO_HOME:-$HOME/.cargo}/bin/zellij"

The command cargo install --locked zellij suggested in Zellij's README doesn't work because it builds the last release version 0.40.1 of Zellij, which is not the current main branch.

@akinomyoga akinomyoga changed the title Zellij [zellij 0.40.1] Zellij May 27, 2024
@gvlassis
Copy link
Author

I confirm that your commits fixed the issue! Let's wait until they roll out downstream 🤞.

@akinomyoga
Copy link
Owner

Thank you for the confirmation!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
External Problem/Bug Problems/Bugs of other projects
Projects
None yet
Development

No branches or pull requests

2 participants