Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re^6: 'rgb_palette' - Term::ANSIColor Helper -- errors on strawberry

by kcott (Archbishop)
on Aug 17, 2022 at 05:54 UTC ( [id://11146178]=note: print w/replies, xml ) Need Help??


in reply to Re^5: 'rgb_palette' - Term::ANSIColor Helper -- errors on strawberry
in thread 'rgb_palette' - Term::ANSIColor Helper

G'day Alexander,

I had read about terminfo, tput, and friends recently. What I found was that there are many variations depending on terminal type, and the manpages don't always get it right.

The manpage to which you linked, and the one on my system, seem to agree; at least with respect to numeric capabilities. Here's a selection (which I've doctored a bit for those with narrower screens than me):

These are the numeric capabilities: Variable Cap- TCap Description Numeric name Code columns cols co number of columns in a line ... lines lines li number of lines on screen or page ... max_colors colors Co maximum number of colors on screen ...

Now consider these:

$ tput cols 120 $ tput lines 63 $ tput colors 8

The first two give absolutely correct results. The third is very wrong: I have 16,581,375 colours, not 8. Perhaps there's a better capability to use, but I don't know what that might be (and I'm certainly no expert — I've only been looking at these features very recently).

I didn't mention terminfo, tput, etc. to Discipulus because I'm unsure of the validity of the information and I don't even know if MSWin has them (or, if it does, perhaps they're under a different name).

— Ken

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11146178]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (3)
As of 2024-04-18 23:14 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found