diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/conf/NOTES | 10 | ||||
-rw-r--r-- | sys/i386/conf/LINT | 10 | ||||
-rw-r--r-- | sys/i386/conf/NOTES | 10 |
3 files changed, 30 insertions, 0 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 24e7616..11f9316 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -982,6 +982,16 @@ options SC_HISTORY_SIZE=200 # number of history buffer lines options SC_MOUSE_CHAR=0x3 # char code for text mode mouse cursor options SC_PIXEL_MODE # add support for the raster text mode +# The following options will let you change the default colors of syscons. +options SC_NORM_ATTR="(FG_GREEN|BG_BLACK)" +options SC_NORM_REV_ATTR="(FG_YELLOW|BG_GREEN)" +options SC_KERNEL_CONS_ATTR="(FG_RED|BG_BLACK)" +options SC_KERNEL_CONS_REV_ATTR="(FG_BLACK|BG_RED)" + +# If you have a two button mouse, you may want to add the following option +# to use the right button of the mouse to paste text. +options SC_TWOBUTTON_MOUSE + # You can selectively disable features in syscons. options SC_NO_CUTPASTE options SC_NO_FONT_LOADING diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT index 24e7616..11f9316 100644 --- a/sys/i386/conf/LINT +++ b/sys/i386/conf/LINT @@ -982,6 +982,16 @@ options SC_HISTORY_SIZE=200 # number of history buffer lines options SC_MOUSE_CHAR=0x3 # char code for text mode mouse cursor options SC_PIXEL_MODE # add support for the raster text mode +# The following options will let you change the default colors of syscons. +options SC_NORM_ATTR="(FG_GREEN|BG_BLACK)" +options SC_NORM_REV_ATTR="(FG_YELLOW|BG_GREEN)" +options SC_KERNEL_CONS_ATTR="(FG_RED|BG_BLACK)" +options SC_KERNEL_CONS_REV_ATTR="(FG_BLACK|BG_RED)" + +# If you have a two button mouse, you may want to add the following option +# to use the right button of the mouse to paste text. +options SC_TWOBUTTON_MOUSE + # You can selectively disable features in syscons. options SC_NO_CUTPASTE options SC_NO_FONT_LOADING diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index 24e7616..11f9316 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -982,6 +982,16 @@ options SC_HISTORY_SIZE=200 # number of history buffer lines options SC_MOUSE_CHAR=0x3 # char code for text mode mouse cursor options SC_PIXEL_MODE # add support for the raster text mode +# The following options will let you change the default colors of syscons. +options SC_NORM_ATTR="(FG_GREEN|BG_BLACK)" +options SC_NORM_REV_ATTR="(FG_YELLOW|BG_GREEN)" +options SC_KERNEL_CONS_ATTR="(FG_RED|BG_BLACK)" +options SC_KERNEL_CONS_REV_ATTR="(FG_BLACK|BG_RED)" + +# If you have a two button mouse, you may want to add the following option +# to use the right button of the mouse to paste text. +options SC_TWOBUTTON_MOUSE + # You can selectively disable features in syscons. options SC_NO_CUTPASTE options SC_NO_FONT_LOADING |