From 99c8d27a703a9c52d95cef53a16dac315d0aa7ce Mon Sep 17 00:00:00 2001 From: "nethack.allison" Date: Mon, 13 Oct 2003 15:35:55 +0000 Subject: [PATCH] win32 synch --- sys/winnt/nttty.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sys/winnt/nttty.c b/sys/winnt/nttty.c index d2268236b..898ee99c0 100644 --- a/sys/winnt/nttty.c +++ b/sys/winnt/nttty.c @@ -9,7 +9,6 @@ */ #ifdef WIN32CON -#define LOW_LEVEL_OUTPUT #define NEED_VARARGS /* Uses ... */ #include "hack.h" #include "wintty.h" @@ -392,7 +391,7 @@ char ch; switch(ch) { case '\n': case '\r': - cmov(ttyDisplay->curx, ttyDisplay->cury); +! cmov(cursor.X, cursor.Y); return; } WriteConsoleOutputAttribute(hConOut,&attr,1,cursor,&acount); -- 2.50.1