diff options
-rw-r--r--[-rwxr-xr-x] | docs/FAQ.old | 0 | ||||
-rw-r--r-- | mbbsd/name.c | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/docs/FAQ.old b/docs/FAQ.old index bc2904a0..bc2904a0 100755..100644 --- a/docs/FAQ.old +++ b/docs/FAQ.old diff --git a/mbbsd/name.c b/mbbsd/name.c index b20c5bdc..5f6b9c5c 100644 --- a/mbbsd/name.c +++ b/mbbsd/name.c @@ -506,7 +506,7 @@ usercomplete(const char *prompt, char *data) len = UserMaxLen((arrptr) cwlist, cwnum, morenum, p_lines); } if (morenum < cwnum) { - move(b_lines, 0); clrtobot(); + move(b_lines, 0); clrtoeol(); outs(msg_more); // vmsg(msg_more); } else |