diff options
Diffstat (limited to 'mbbsd/screen.c')
-rw-r--r-- | mbbsd/screen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/screen.c b/mbbsd/screen.c index 175921f1..6613085a 100644 --- a/mbbsd/screen.c +++ b/mbbsd/screen.c @@ -388,7 +388,7 @@ out_lines(const char *str, int line) void outmsg(const char *msg) { - move(b_lines, 0); + move(b_lines - msg_occupied, 0); clrtoeol(); outs(msg); } |