Do not endlessly loop in CONSOLE_get_input after EOF.
authorMarcus Meissner <marcus@jet.franken.de>
Tue, 26 Jan 1999 10:08:36 +0000 (10:08 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 26 Jan 1999 10:08:36 +0000 (10:08 +0000)
commit03f10f44af1140481953e13e5fd6b6506cc337b0
treea1dcadb02b6a6045f26d8be74c11409283e5d5f1
parentd92c95d522c813ea269bb026f0cde182d12e3dd1
Do not endlessly loop in CONSOLE_get_input after EOF.
Create xterm even if stdin is not a terminalhandle.
SetConsoleCursorPosition: Only make complex console on row change,
ignore interline positioning (so the cygwin cmdline tools do not
create xterms unnecessary)
win32/console.c