eof
lx
zdhtlixin at 126.com
Tue Jun 25 21:26:15 PDT 2013
On Monday, 24 June 2013 at 21:13:31 UTC, bearophile wrote:
>>> I am very confused that ctrl+z didn't teminate the input of
>>> console,it result in a dead loop.
>>
>> I think this is a library bug, I noticed it some times, but I
>> didn't file it. Maybe it's worth filing in Bugzilla.
>
> I have added this bug report, is this the issue you are
> seeing/having?
>
> http://d.puremagic.com/issues/show_bug.cgi?id=10467
>
> Bye,
> bearophile
I read those information and yes,it is the issue I am having.I
should have handled it in right way.Ctrl+z seems close the
stream.So,if I want to input another batch of data,it became
impossilbe.So,how to reopen the stream again to allow me to input
another batch of data?
And,another problem:if I input ctrl+c,the code will terminate
abnormally.Why this happened?
Thanks.
lx
More information about the Digitalmars-d-learn
mailing list