mirror of
https://github.com/tw93/Mole.git
synced 2026-03-22 22:30:08 +00:00
Replace blocking read with a timed read (default 3 s) so the prompt exits automatically instead of waiting forever. Timeout is configurable via MOLE_UNINSTALL_RETURN_PROMPT_TIMEOUT_SEC. Use a read_ok flag to distinguish timeout (exit) from Enter (return to list).