From: jlhamel AT cea DOT fr (jl Hamel) Subject: Re: Bash frustrations ( ctrl-Z & C ) 8 Dec 1998 11:45:16 -0800 Message-ID: <366D2EE5.6577.cygnus.gnu-win32@cea.fr> References: <3 DOT 0 DOT 32 DOT 19981207125930 DOT 0096f930 AT mail DOT aeneid DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Stephen Ludin Cc: gnu-win32 AT cygnus DOT com Stephen Ludin wrote: > > I know this has been answered before, but I can't seem to find it in FAQs > or archives. How do you get the 'tty' mode to work. I have the newest ( > B20.1 ) package installed. I was under the impression that this line in my > .bashrc: > > CYGWIN=tty binmode You should not initialize the CYGWIN variable in your .bashrc (it's too late, cygwin is already loaded...) but in the DOS BATCH file (eg. CYGNUS.BAT) which launch bash the first time. The line as the DOS syntax: SET CYGWIN = tty binmode JLH - For help on using this list (especially unsubscribing), send a message to "gnu-win32-request AT cygnus DOT com" with one line of text: "help".