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

Using zsh as shell mess up terminal after exiting kakoune #2

Open
Guest0x0 opened this issue Sep 17, 2020 · 0 comments
Open

Using zsh as shell mess up terminal after exiting kakoune #2

Guest0x0 opened this issue Sep 17, 2020 · 0 comments

Comments

@Guest0x0
Copy link
Owner

Behavior

When using zsh as coqoune_shell (bash no problem, ksh not tested),
after exiting kakoune (with coqoune running),
the output of terminal is messed up (can be verified by typing ls).

Details

Debugging shows that the result is triggered by a read -r -d '>' in event_loop.sh.
But the following can NOT reproduce the issue

  • directly reproduce the issue using a separate script

  • running event_loop.sh outside kakoune

So this issue is probably related to some kakoune internals.

Solution

Typing reset after exiting kakoune solves the problem.
Although this issue is not severe, it is left open here for later investigation and solution.

Guest0x0 added a commit that referenced this issue Dec 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant