]> granicus.if.org Git - nethack/commitdiff
win32 synch
authornethack.allison <nethack.allison>
Mon, 13 Oct 2003 15:35:55 +0000 (15:35 +0000)
committernethack.allison <nethack.allison>
Mon, 13 Oct 2003 15:35:55 +0000 (15:35 +0000)
sys/winnt/nttty.c

index d2268236bf6a439e65a15f1b2e3a3b489397ed37..898ee99c0d4b97fca12f938e6f31975977c377f1 100644 (file)
@@ -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);