diff --git a/mail_menu.c b/mail_menu.c index 5889a7e..755d3db 100644 --- a/mail_menu.c +++ b/mail_menu.c @@ -1538,7 +1538,7 @@ void read_message(struct user_record *user, struct msg_headers *msghs, int mailn should_break = 0; while (!should_break) { - s_printf("\e[7;1H\e[J"); + s_printf("\e[7;1H"); for (z=position;z msg_line_count) { + if (position + 15 >= msg_line_count) { position--; } } else if (c == 67) {