View Single Post
  #1   (View Single Post)  
Old 25th May 2009
cyril cyril is offline
Real Name: Cyril
New User
 
Join Date: May 2009
Posts: 3
Default Default message coloration

Hello everyone,

I would like to modify the default OpenBSD text message color.

Customized text color in terminal in FreeBSD can be done with:
Code:
options SC_NORM_ATTR=_attribute_
options SC_NORM_REV_ATTR=_attribute_
options SC_KERNEL_CONS_ATTR=_attribute_
options SC_KERNEL_CONS_REV_ATTR=_attribute_
But I don't see how to customize OpenBSD messages... Only its kernel's messages are done with:
Code:
option     WS_KERNEL_FG=WSCOL_RED
option     WS_KERNEL_BG=WSCOL_BLACK
Thanks for any help.

Cyril
Reply With Quote