-
-
Notifications
You must be signed in to change notification settings - Fork 678
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
Ion shell compatibility problem #597
Comments
Oh yeah! The log files! Here they are: |
Hey @Delamare2112. |
This problem is also apparent with nu shell.
And try to start a new tab/pane. |
Hey @Delamare2112, thanks for reporting and debugging this. And also thanks @a-kenji as well. This was happening because the I issued a fix for this which should be merged to |
@imsnif |
It works! Thanks very much for the bug fix :) |
Basic information
zellij --version
: 0.13.0tput lines
: 42tput cols
: 134uname -av
: Linux manjaro 5.12.9-1-MANJARO #1 SMP PREEMPT Thu Jun 3 14:56:42 UTC 2021 x86_64 GNU/Linuxalacritty --version
: alacritty 0.9.0-dev (fa2fa398)Ion Shell version: git (https://gitlab.redox-os.org/redox-os/ion) (a7c02229)
Further information
Zellij becomes frozen when doing anything that spawns a new ion shell beyond the first initial shell. Like when creating a new pane or tab for example.
I tried using different terminals and window managers until I found that the problem is Zellij + Ion Shell. If I switch my default shell to Zsh and relog, the problem goes away.
Repro:
chsh
to make ion your default shellzellij
echo "inside"
(works fine)Ctrl+p
n
echo "outside"
killall -2 zellij
(or some other method of closing your frozen Zellij)echo "outside"
andoutside
were both printed after Zellij closes.The text was updated successfully, but these errors were encountered: