On Sunday, 20 July 2025 at 08:46:08 UTC, Salih Dincer wrote:
Hello D Language Forum!
I’m running the InputRange example below and it dutifully reads
from stdin until it spots a tilde, printing each character in
every loop iteration. I even tried to break out with F6 but
couldn’t get it to stop. Curiously, swapping the tilde for the
'\t' character makes everything work flawlessly. Any ideas why
this is happening? I’d really appreciate your insights!
No problem here either. Where are you running the program from
(embedded terminal in an editor ? a terminal emulator ?). Are you
on Windows or Linux ?