From: Chris Moline Date: 2001-08-04T19:19:47+09:00 Subject: [ruby-talk:19122] Re: Unbuffered output On Sat, Aug 04, 2001 at 12:48:33PM +0900, Harry Ohlsen wrote: > Ned Konz wrote: > > > On Friday 03 August 2001 07:48 pm, you wrote: > > > >> $stderr.print "-> " > >> print "-> "; $stdout.flush > >> p "-> " > >> > >> but nothing seems to work for me. > > > > Have you tried STDOUT.sync ? > > I hadn't, but I just did and that didn't help :-(. > > By the way, in case it matters, I'm running this on Redhat linux 7.1. Are you sure you are getting the input after printing the prompt?? May I see more of your code?? Sincerly, Chris Moline