Searched defs:uncolor (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Term/
H A DANSIColor.pm27 @EXPORT_OK = qw(uncolor);
140 sub uncolor { subroutine
215 use Term::ANSIColor qw(uncolor);
216 print uncolor '01;31', "\n";
229 other through constants. It also offers the utility function uncolor(),
239 uncolor() performs the opposite translation, turning escape sequences
318 (F) You passed an invalid ANSI escape sequence to uncolor().
358 (F) The ANSI escape sequence passed to uncolor() contains escapes which

Completed in 21 milliseconds