aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2001-03-06 20:36:06 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2001-03-06 20:36:06 +0000
commitcf0a305e5b10cc62744c31c9f9245da1fae03401 (patch)
tree98f06aa749e109fa0bd51c48475859e112ba0e9a /sys
parent923e3066c23bf29a773450ea9ca2d23335fc5950 (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/syscons/scterm-sc.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/dev/syscons/scterm-sc.c b/sys/dev/syscons/scterm-sc.c
index 836222026baa..909d6baeb1ac 100644
--- a/sys/dev/syscons/scterm-sc.c
+++ b/sys/dev/syscons/scterm-sc.c
@@ -173,11 +173,11 @@ scterm_scan_esc(scr_stat *scp, term_stat *tcp, u_char c)
{
static u_char ansi_col[16] = {
#ifdef __alpha__
- /*
- * DEC is evil. They switch the red and blue attributes in the
- * palette in the system console. As a simple work-around, re-map
- * the ANSI colors appropriately.
- */
+ /*
+ * DEC is evil. They switch the red and blue attributes in
+ * the palette in the system console. As a simple work-around,
+ * re-map the ANSI colors appropriately.
+ */
FG_BLACK, FG_BLUE, FG_GREEN, FG_CYAN,
FG_RED, FG_MAGENTA, FG_BROWN, FG_LIGHTGREY,
FG_DARKGREY, FG_LIGHTBLUE, FG_LIGHTGREEN, FG_LIGHTCYAN,