49 public function color( $color ) {
54 return "\x1b[{$light}{$color}m";
63 return $this->
color( 0 );
73 public function color( $color ) {
$wgCommandLineDarkBg
For colorized maintenance script output, is your terminal background dark ?
Terminal that supports ANSI escape sequences.
reset()
Return ANSI terminal escape code for restoring default text attributes.
color( $color)
Return ANSI terminal escape code for changing text attribs/color.