![]() |
|
Perl-Sensitive Sunglasses | |
PerlMonks |
Re^4: 'rgb_palette' - Term::ANSIColor Helper -- errors on strawberryby kcott (Archbishop) |
on Aug 16, 2022 at 15:02 UTC ( #11146169=note: print w/replies, xml ) | Need Help?? |
I had logged off but, as I was shutting down for the evening, I thought of some additional tests you could do (based on the "Term::ANSIColor - Supported Colors" I linked in my last post). If these work, your terminal supports 256 colours:
If not, these should still work (indicating you have 8 or 16 colour support):
For me, all of those give black text on a white background. If you're down to determining whether you have 8 or 16 colour support, try these.
If the second of those looks brighter, you have 16 colour support. If they look the same, it's 8 colour support. You might consider putting some, or all, of those in a script. That might help when trying various TERM settings (although, be aware that, without the ability to test on MSWin, I am somewhat guessing). — Ken
In Section
Cool Uses for Perl
|
|