-WmsgCF: RGB color for fatal messages

Group

Messages

Scope

Compilation Unit

Syntax
  -WmsgCF<

  RGB>
  
  
Arguments

<RGB>: 24-bit RGB (red green blue) value.

Default
  -WmsgCF8388608 (
  r80 
  g00 
  b00, dark red)

  
Description

It is possible to change the fatal message color with this option. The value to be specified has to be an RGB (Red-Green-Blue) value and has to be specified in decimal.

Example

-WmsgCF255 changes the fatal messages to blue.