Is there a Terminal::ANSIcolor for Windows?
[email protected] (ToddAndMargo via perl6-users)
| Newsgroups | perl.perl6.users |
|---|---|
| Message-ID | <[email protected]> |
Windows 11 24H2
RakudoΓäó v2024.07
[0] > use Terminal::ANSIColor; # qx[ color ];
Nil
[1] > print color('bold'), color('52'), "abc", color('reset');
←[1m←[38;5;52mabc←[0m[1] >
[1] > print color('bold'), color('red'), "abc", color('reset');
←[1m←[31mabc←[0m[1] >