win32 synch

This commit is contained in:
nethack.allison
2003-10-13 15:35:55 +00:00
parent 711e3ccc32
commit 99c8d27a70

View 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);