From: nethack.allison Date: Mon, 17 Feb 2003 23:19:01 +0000 (+0000) Subject: CEmore prompt (from ) X-Git-Tag: MOVE2GIT~2167 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5e6bed70b80680662e41327b2ba4c21fe17b14de;p=nethack CEmore prompt (from ) Prevent "--more--" prompt from appearing when several questions being asked in the same loop (like selling something in the shop --- diff --git a/sys/wince/mswproc.c b/sys/wince/mswproc.c index 9316ec8cc..d903c602b 100644 --- a/sys/wince/mswproc.c +++ b/sys/wince/mswproc.c @@ -1418,6 +1418,12 @@ char mswin_yn_function(const char *question, const char *choices, mswin_putstr_ex(WIN_MESSAGE, ATR_BOLD, res_ch, 1); } + /* prevent "--more--" prompt from appearing when several + questions being asked in the same loop (like selling + something in the shop) + It does not really clears the window - mhmsgwnd.c */ + mswin_clear_nhwindow(WIN_MESSAGE); + #if defined(WIN_CE_SMARTPHONE) NHSPhoneSetKeypadDefault(); #endif