Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

fix(cli): fix the detach message #3799

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

louiswpf
Copy link

Keys are interpreted on the server after commit 5a437b7 ("refactor(server): interpret keys on server so they can be rebound").

Since the server exits with "ExitReason::Normal" instead of "ExitReason::NormalDetached" when detaching a session, the detach message becomes "Bye from Zellij!" instead of "Session detached".

Correct the exit reason to fix this.

Fixes: #3798

Keys are interpreted on the server after commit 5a437b7
("refactor(server): interpret keys on server so they can be rebound").

Since the server exits with "ExitReason::Normal" instead of
"ExitReason::NormalDetached" when detaching a session, the detach
message becomes "Bye from Zellij!" instead of "Session detached".

Correct the exit reason to fix this.

Fixes: zellij-org#3798
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Regression: Zellij prints "Bye from Zellij!" instead of "Session detached" after detaching
1 participant