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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Term/
H A DANSIColor.pm26 @EXPORT = qw(color colored);
172 sub colored { subroutine
211 print colored ("Yellow on magenta.\n", 'yellow on_magenta');
213 print colored ['yellow on_magenta'], "Yellow on magenta.\n";
228 This module has two interfaces, one through color() and colored() and the
259 As an aid to help with this, colored() takes a scalar as the first argument
267 Normally, colored() just puts attribute codes at the beginning and end of
286 print colored ("Text\n", 'bold blue on_white');
306 misspelled names of colors or attributes in calls to color() and colored()
335 (F) You passed an invalid attribute name to either color() or colored()
[all...]

Completed in 21 milliseconds