win32 port update (from <Someone>)

Implemented doprev_message in windows port: scroll message
window up one line.
This commit is contained in:
nethack.allison
2002-12-23 12:59:06 +00:00
parent 70b4129ef3
commit 335aeb4c9e

View File

@@ -1353,6 +1353,7 @@ doprev_message()
int mswin_doprev_message()
{
logDebug("mswin_doprev_message()\n");
SendMessage(mswin_hwnd_from_winid(WIN_MESSAGE), WM_VSCROLL, MAKEWPARAM(SB_LINEUP, 0), (LPARAM)NULL);
return 0;
}