Platform- and/or Interface-Specific Fixes
-----------------------------------------
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: allow race/gender/alignment selections beyond those specified in
defaults.nh, while still honoring defaults.nh choices
switch(ch) {
case '\n':
case '\r':
-! cmov(cursor.X, cursor.Y);
+ cmov(cursor.X, cursor.Y);
return;
}
WriteConsoleOutputAttribute(hConOut,&attr,1,cursor,&acount);