id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc	lang	patch	platform
542	Setting stdin to unbuffered doesn't seem to work.	Karatorian		"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
}}}"	bug	closed	normal		testing	1.0.0	medium	invalid		jkeenan			linux
