|
From: Kohn E. D. <em...@cs...> - 2002-05-01 15:05:11
|
On Wed, 1 May 2002, Kohn Emil Dan wrote:
> There are two more problems with REACTOS' stdio:
>
> 1) stdin does not translate the end-of-line characters correctly
>
> If stdin is redirected to the keyboard, stdin has to translate the
> ENTER key ('\r') into '\n'.
What I wanted to say is that this does not happen. So in order to make
gets return, you have to hit CR+LF, that is
ENTER followed by CTRL-J
Emil
|