]> git.tuebingen.mpg.de Git - paraslash.git/blob - ggo/color.m4
sched: Only call post_select() if task is not in error state.
[paraslash.git] / ggo / color.m4
1 <qu>
2
3 option "color" C
4 #~~~~~~~~~~~~~~~
5 "activate color output"
6 enum typestr="when"
7 values = "yes","no","auto"
8 default = "auto"
9 optional
10
11 option "log_color" -
12 #~~~~~~~~~~~~~~~~~~~
13 "select a color for one type of log message"
14 string typestr="color_spec"
15 multiple
16 optional
17 details="
18         The format of \"color_spec\" is [fg [bg]] [attr].
19
20         Valid colors for \"fg\" and \"bg\" are \"normal\", \"black\",
21         \"red\", \"green\", \"yellow\", \"blue\", \"magenta\",
22         \"cyan\", and \"white\".
23
24         The \"attr\" value must be one of \"bold\", \"dim\", \"ul\",
25         \"blink\", \"reverse\".
26
27         Examples:
28
29                 --log_color \"debug:green\"
30                 --log_color \"info:yellow bold\"
31                 --log_color \"notice:white red bold\"
32 "
33
34 </qu>