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

Re: Re: Re: Inserting a little life to my output

by dempa (Friar)
on Dec 17, 2002 at 15:04 UTC ( [id://220537]=note: print w/replies, xml ) Need Help??


in reply to Re: Re: Inserting a little life to my output
in thread Inserting a little life to my output

Sure hotshot (if I remember what I did, that is :) ).

When I made this subroutine and used the output for a colorful prompt (with Term::ReadLine), the color codes (the real ones, from Term::ANSIColor) confused the readline-prompt. In short, it counted the "invisible" color codes as characters and inserted the newline (which should come at the end of the terminal window) too early. To avoid this I inserted some extra control characters around the color codes to avoid it being counted by ReadLine.

The last line before the return statement is for converting %% to %. That means: Use %% in colorparse() to output a literal %.

-- 
dempa

  • Comment on Re: Re: Re: Inserting a little life to my output

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (6)
As of 2024-04-23 13:35 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found