summaryrefslogtreecommitdiffstats
path: root/mbbsd/bbs.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/bbs.c')
-rw-r--r--mbbsd/bbs.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/mbbsd/bbs.c b/mbbsd/bbs.c
index 29a6e14c..5159f921 100644
--- a/mbbsd/bbs.c
+++ b/mbbsd/bbs.c
@@ -1788,9 +1788,12 @@ recommend(int ent, fileheader_t * fhdr, const char *direct)
}
type = 0;
+
+#if 0
/* scroll down */
move(b_lines-1, 0);
scroll(); scroll(); scroll();
+#endif
/* clear screen */
move(b_lines-3, 0);