Fixed msg linking screen output

This commit is contained in:
Michiel Broek 2005-08-20 15:39:04 +00:00
parent ab85f7c3c2
commit 69e9eef473

View File

@ -337,7 +337,7 @@ void msg_colour(int fg, int bg)
fflush(stdout);
return;
}
fprintf(stdout, "ESC[");
fprintf(stdout, "[");
if ( fg > WHITE) {
fprintf(stdout, "5;");