diff options
Diffstat (limited to 'usr/src')
-rw-r--r-- | usr/src/uts/common/io/tem.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/uts/common/io/tem.c b/usr/src/uts/common/io/tem.c index 417a989f63..42b34ab37c 100644 --- a/usr/src/uts/common/io/tem.c +++ b/usr/src/uts/common/io/tem.c @@ -1000,7 +1000,7 @@ tems_get_initial_color(tem_color_t *pcolor) * uses the bright white background colour so we * match it here. */ - if (pcolor->bg_color == ANSI_COLOR_WHITE) + if (pcolor->bg_color.n == ANSI_COLOR_WHITE) flags |= TEM_ATTR_BRIGHT_BG; } #else |