Searched refs:PUSHCOLOR (Results 1 – 2 of 2) sorted by relevance
/openbsd/gnu/usr.bin/perl/cpan/Term-ANSIColor/t/module/ |
H A D | basic.t | 138 is((PUSHCOLOR RED ON_GREEN 'text'), 140 is((PUSHCOLOR BLUE 'text'), "\e[34mtext", '...and adding another level'); 152 is((PUSHCOLOR RED ON_GREEN 'text'), 164 is(PUSHCOLOR(RED ON_GREEN), "\e[31m\e[42m", 'PUSHCOLOR with explict argument'); 165 is(PUSHCOLOR(BLUE), "\e[34m", '...and another explicit argument'); 185 is(PUSHCOLOR(RED, ON_GREEN), "\e[31m\e[42m", 'PUSHCOLOR with two arguments');
|
/openbsd/gnu/usr.bin/perl/cpan/Term-ANSIColor/lib/Term/ |
H A D | ANSIColor.pm | 334 sub PUSHCOLOR { subroutine 380 return PUSHCOLOR(join(q{}, @text)) . POPCOLOR();
|