Minor display change

This commit is contained in:
Andrew Pamment 2016-12-08 11:08:06 +10:00
parent 14ecc81951
commit 06ed7df908
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ SSH DSA Key = /home/andrew/MagickaBBS/keys/ssh_host_dsa_key
SSH RSA Key = /home/andrew/MagickaBBS/keys/ssh_host_rsa_key
Main AKA = 1:2/3.4
QWK Name = MAGICKA
QWK Max Messages = 5000;
QWK Max Messages = 5000
ZIP Command = zip -j *a *f
UNZIP Command = unzip -j -o *a -d *d

View File

@ -1529,7 +1529,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[0J");
s_printf("\e[7;1H\e[J");
for (z=position;z<msg_line_count;z++) {
s_printf("%s\e[K\r\n", msg_lines[z]);