Indent the comment about the Alpha palette evilness correctly.

Noticed by:	bde
This commit is contained in:
John Baldwin 2001-03-06 20:36:06 +00:00
parent 923e3066c2
commit cf0a305e5b

View File

@ -173,11 +173,11 @@ scterm_scan_esc(scr_stat *scp, term_stat *tcp, u_char c)
{ {
static u_char ansi_col[16] = { static u_char ansi_col[16] = {
#ifdef __alpha__ #ifdef __alpha__
/* /*
* DEC is evil. They switch the red and blue attributes in the * DEC is evil. They switch the red and blue attributes in
* palette in the system console. As a simple work-around, re-map * the palette in the system console. As a simple work-around,
* the ANSI colors appropriately. * re-map the ANSI colors appropriately.
*/ */
FG_BLACK, FG_BLUE, FG_GREEN, FG_CYAN, FG_BLACK, FG_BLUE, FG_GREEN, FG_CYAN,
FG_RED, FG_MAGENTA, FG_BROWN, FG_LIGHTGREY, FG_RED, FG_MAGENTA, FG_BROWN, FG_LIGHTGREY,
FG_DARKGREY, FG_LIGHTBLUE, FG_LIGHTGREEN, FG_LIGHTCYAN, FG_DARKGREY, FG_LIGHTBLUE, FG_LIGHTGREEN, FG_LIGHTCYAN,