win32 synch
This commit is contained in:
@@ -53,6 +53,8 @@ Vlad won't waste time trying to use wand of digging in his own tower
|
|||||||
Platform- and/or Interface-Specific Fixes
|
Platform- and/or Interface-Specific Fixes
|
||||||
-----------------------------------------
|
-----------------------------------------
|
||||||
win32tty: fix visible CRLF characters during lockfile error message
|
win32tty: fix visible CRLF characters during lockfile error message
|
||||||
|
win32tty: switch to low level console routines
|
||||||
|
win32tty: refrain from cursor movement until an input is pending (M. Lehotay)
|
||||||
win32gui: you couldn't specify an alignment in defaults.nh and have it stick
|
win32gui: you couldn't specify an alignment in defaults.nh and have it stick
|
||||||
win32gui: allow race/gender/alignment selections beyond those specified in
|
win32gui: allow race/gender/alignment selections beyond those specified in
|
||||||
defaults.nh, while still honoring defaults.nh choices
|
defaults.nh, while still honoring defaults.nh choices
|
||||||
|
|||||||
@@ -391,7 +391,7 @@ char ch;
|
|||||||
switch(ch) {
|
switch(ch) {
|
||||||
case '\n':
|
case '\n':
|
||||||
case '\r':
|
case '\r':
|
||||||
! cmov(cursor.X, cursor.Y);
|
cmov(cursor.X, cursor.Y);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
WriteConsoleOutputAttribute(hConOut,&attr,1,cursor,&acount);
|
WriteConsoleOutputAttribute(hConOut,&attr,1,cursor,&acount);
|
||||||
|
|||||||
Reference in New Issue
Block a user