summaryrefslogtreecommitdiffstats
path: root/mbbsd/user.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/user.c')
-rw-r--r--mbbsd/user.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/mbbsd/user.c b/mbbsd/user.c
index c68dc5b3..182f8610 100644
--- a/mbbsd/user.c
+++ b/mbbsd/user.c
@@ -2062,7 +2062,8 @@ int u_detectDBCSAwareEvilClient()
* years) of num_in_buf forced me to write new wait_input.
* Anyway it is fixed now.
*/
- if(wait_input(0.1, 1))
+ refresh();
+ if(wait_input(0.1, 0))
// if(igetch() == ch)
// if (num_in_buf() > 0)
{