You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Behavior
When using
zsh
ascoqoune_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 '>'
inevent_loop.sh
.But the following can NOT reproduce the issue
directly reproduce the issue using a separate script
running
event_loop.sh
outside kakouneSo 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.
The text was updated successfully, but these errors were encountered: