Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com X-Authentication-Warning: rac2.wam.umd.edu: chintu owned process doing -bs Date: Tue, 19 Feb 2002 13:49:35 -0500 (EST) From: Pramod Mambalam To: cygwin AT cygwin DOT com Subject: inputstream! Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII i'm sorry, but i just had this question and i thought you might be able to help me. if i write a simple java program that uses a BufferedReader reader object wrapped from System.in and then try to read a line from user and then echo it back, cygwin for some reason already has stuff on the stream and so without waiting for the user to type something in the program fetches that and prints it out (it is usually) just a newline. why does this happen! i know it's not the program because it works in djgpp and other platforms. any help would be greatly appreciated. thanks. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/