#542: Setting stdin to unbuffered doesn't seem to work.
------------------------+---------------------------------------------------
Reporter: Karatorian | Type: bug
Status: new | Priority: normal
Milestone: | Component: none
Version: 1.0.0 | Severity: medium
Keywords: | Lang:
Patch: | Platform: linux
------------------------+---------------------------------------------------
If you run the following PIR code, it doesn't display the character you
type in until after you hit enter (or !^D).
{{{
.sub main
.local pmc stdin
stdin = getstdin
stdin."buffer_type"("unbuffered")
$S0 = read stdin, 1
say $S0
.end
}}}
--
Ticket URL: <https://trac.parrot.org/parrot/ticket/542>
Parrot <https://trac.parrot.org/parrot/>
Parrot Development
_______________________________________________
parrot-tickets mailing list
[email protected]
http://lists.parrot.org/mailman/listinfo/parrot-tickets