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); fflush(stdout);
return; return;
} }
fprintf(stdout, "ESC["); fprintf(stdout, "[");
if ( fg > WHITE) { if ( fg > WHITE) {
fprintf(stdout, "5;"); fprintf(stdout, "5;");