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 9c37f228..29a6e14c 100644
--- a/mbbsd/bbs.c
+++ b/mbbsd/bbs.c
@@ -1788,6 +1788,9 @@ recommend(int ent, fileheader_t * fhdr, const char *direct)
}
type = 0;
+ /* scroll down */
+ move(b_lines-1, 0);
+ scroll(); scroll(); scroll();
/* clear screen */
move(b_lines-3, 0);