]> Repositorios git - scryer-prolog.git/commit
Fixes issue 3264 by adding a fallback read mode when reading from non-tty stdin on...
authorAlexander McLin <[email protected]>
Mon, 30 Mar 2026 01:29:48 +0000 (21:29 -0400)
committerAlexander McLin <[email protected]>
Mon, 25 May 2026 22:13:01 +0000 (18:13 -0400)
commit533594b6b64f56b90abd4f9b65899f5994c71d7f
tree72732f5044061d0a8f1d3d7caca86efb38e10a78
parent43b6afcdf3402e6d204de50e6a55a83ceb286b38
Fixes issue 3264 by adding a fallback read mode when reading from non-tty stdin on Windows
src/machine/system_calls.rs
src/read.rs
src/read/fallback_mode.rs [new file with mode: 0644]
src/read/user_interaction.rs [new file with mode: 0644]