diff options
| author | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2001-12-14 15:27:15 +0000 |
|---|---|---|
| committer | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2001-12-14 15:27:15 +0000 |
| commit | 9cc62fb3d8a30ca3c8e3e8197e71e1f645348e6c (patch) | |
| tree | 2086d40e539ed86593d28a6a2f50e1dde4a0a38d /sys/amd64 | |
| parent | e237860a3ce973ba82a58227731e738b0a7f496c (diff) | |
Notes
Diffstat (limited to 'sys/amd64')
| -rw-r--r-- | sys/amd64/include/pc/display.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/amd64/include/pc/display.h b/sys/amd64/include/pc/display.h index cd2d5ff35b73..36f91deb0979 100644 --- a/sys/amd64/include/pc/display.h +++ b/sys/amd64/include/pc/display.h @@ -37,7 +37,12 @@ /* Monochrome attributes for foreground text */ +#ifdef PC98 +/* PC-98 attributes for foreground text */ +#define FG_UNDERLINE 0x08 +#else #define FG_UNDERLINE 0x01 +#endif #define FG_INTENSE 0x08 /* Monochrome attributes for text background */ |
