Pressing enter to finish a terminal.read() operation ends up pressing enter in the shell too #41

Open
opened 2025-10-30 12:11:49 +00:00 by WahPlus · 3 comments
WahPlus commented 2025-10-30 12:11:49 +00:00 (Migrated from github.com)
Image This may be because of per-process event handling.
<img width="292" height="284" alt="Image" src="https://github.com/user-attachments/assets/10652588-a2e5-4712-866e-8287102d4a61" /> This may be because of per-process event handling.
Ponali commented 2025-10-30 12:25:43 +00:00 (Migrated from github.com)

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.

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.
Member

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

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

Or just pull all events when returning to shell and then start listening for them again
WahPlus started working 2026-06-21 11:35:49 +00:00
WahPlus canceled time tracking 2026-06-21 11:35:54 +00:00
Sign in to join this conversation.