[go: up one dir, main page]

Menu

#2 incorrect escape sequence for ANSI?

open
nobody
None
5
2002-06-09
2002-06-09
No

On my console, the AA_DIM attribute was giving the same output as AA_NORMAL for the ANSI format.

so i changed aasave.c: aa_ansi_format->begin...

from:
{"",
"\33[8m",
"\33[1m",
"\33[1m",
"\33[7m"
}

to:
{"",
"\33[2m",
"\33[1m",
"\33[1m",
"\33[7m"
}

Discussion


Log in to post a comment.