Minor display change
This commit is contained in:
parent
14ecc81951
commit
06ed7df908
@ -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
|
SSH RSA Key = /home/andrew/MagickaBBS/keys/ssh_host_rsa_key
|
||||||
Main AKA = 1:2/3.4
|
Main AKA = 1:2/3.4
|
||||||
QWK Name = MAGICKA
|
QWK Name = MAGICKA
|
||||||
QWK Max Messages = 5000;
|
QWK Max Messages = 5000
|
||||||
ZIP Command = zip -j *a *f
|
ZIP Command = zip -j *a *f
|
||||||
UNZIP Command = unzip -j -o *a -d *d
|
UNZIP Command = unzip -j -o *a -d *d
|
||||||
|
|
||||||
|
@ -1529,7 +1529,7 @@ void read_message(struct user_record *user, struct msg_headers *msghs, int mailn
|
|||||||
should_break = 0;
|
should_break = 0;
|
||||||
|
|
||||||
while (!should_break) {
|
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++) {
|
for (z=position;z<msg_line_count;z++) {
|
||||||
|
|
||||||
s_printf("%s\e[K\r\n", msg_lines[z]);
|
s_printf("%s\e[K\r\n", msg_lines[z]);
|
||||||
|
Reference in New Issue
Block a user