More work on display ansi

This commit is contained in:
Andrew Pamment 2016-04-22 14:55:03 +10:00
parent baa3a0fef7
commit f3c89db60b

View File

@ -835,7 +835,7 @@ void read_message(int socket, struct user_record *user, struct msg_headers *msgh
chars -= atoi(&body[ansi + 2]);
}
} else {
} else if (body[z] != '\n') {
chars++;
s_putchar(socket, body[z]);
}