DESCRIPTION
A colorgccrc configuration file is used to configure the highlighting of the compiler output from colorgcc.
SYNTAX
Each line consists of a keyword designating a configuration variable. The keyword is followed by `:' and then one or several values (depending on the keyword). Lines beginning with a hash mark `#' are comments.
CONFIGURATION VARIABLES
- g++ | gcc | c++ | cc | g77 | gcj | gnat | gpc
- Specifies the paths to the compilers. Takes one value; a path to the compiler.
- nocolor
- Specifies what terminal types colorization should be disabled on. Takes one or several values, separated by whitespace.
- srcColor
- Specifies the highlighting attributes source-code should be given. Takes one or several color attributes. See the section COLOR ATTRIBUTES for more information.
- introColor
- Specifies the highlighting attributes for normal compiler output. Takes one or several color attributes. See the section COLOR ATTRIBUTES for more information.
- warningFileNameColor | errorFileNameColor
- Specifies the highlighting attributes for the filename in a warning or an error, respectively. Takes one or several color attributes. See the section COLOR ATTRIBUTES for more information.
- warningNumberColor | errorNumberColor
- Specifies the highlighting attributes for the line-number in a warning or an error, respectively. Takes one or several color attributes. See the section COLOR ATTRIBUTES for more information.
- warningMessageColor | errorMessageColor
-
Specifies the highlighting attributes for the message-text in a
warning or an error, respectively.
Takes one or several color attributes.
See the section
COLOR ATTRIBUTES
for more information.
COLOR ATTRIBUTES
The following attributes are valid for highlighting.clear, reset
bold, underline, underscore, blink, reverse, concealed
black, red, green, yellow, blue, magenta, cyan, white
on_black, on_red, on_green, on_yellow, on_blue, on_magenta, on_cyan, on_white
HISTORY
Jan 15 2003: Initial version of this manual-page.
AUTHORS
Jamie Moyers <[email protected]> is the author of colorgcc.This manual page was written by Joe Wreschnig <[email protected]>, and modified by David Weinehall <[email protected]>, for the Debian GNU/Linux system (but may be used by others).
COPYRIGHT
Copyright © 2003 Jamie MoyersThis is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.