summaryrefslogtreecommitdiffstats
path: root/mbbsd
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd')
-rw-r--r--mbbsd/screen.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/mbbsd/screen.c b/mbbsd/screen.c
index 59e0addb..9a8f74e5 100644
--- a/mbbsd/screen.c
+++ b/mbbsd/screen.c
@@ -245,6 +245,11 @@ refresh(void)
}
#endif // DBCSAWARE
+#if 0
+ // disable now, bugs:
+ // (1) pmore scrolling failed
+ // (2) input number (goto) in bbs list (search_num)
+ //
// more effort to determine ANSI smod
if (bp->smod > 0)
{
@@ -258,6 +263,7 @@ refresh(void)
}
}
}
+#endif
if (bp->emod >= len)
bp->emod = len - 1;