Date: Tue, 9 Sep 1997 14:31:27 +0300 (IDT) From: Eli Zaretskii To: Oberhumer Markus cc: djgpp-workers AT delorie DOT com Subject: Re: stdin + binmode (yet another one ;-) In-Reply-To: <199709082259.BAA06013@is.elta.co.il> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Tue, 9 Sep 1997, Oberhumer Markus wrote: > A) disabling the translation of textmode characters (CR/NL etc.) > B) talking to devices in "raw" mode > > For some reason B) was introduced in 2.01 as a default when opening > stdin. There was probably not much discussion at this time... There are programs (Emacs, among others) that want to see Ctrl-C because Ctrl-C runs some command there. These programs usually switch stdin to binary.