Pressing enter to finish a terminal.read() operation ends up pressing enter in the shell too #41
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
it does come from per-process event handling. i remember this happening with the couple of apps that can achieve this situation after i've implemented it.
Chances are you may be able to make the shell wait for a bit after an app stops running or just block event processing entirely when an app is running if it doesn't already
Or just pull all events when returning to shell and then start listening for them again