Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: printing in a specific area of the console

by Masem (Monsignor)
on Feb 17, 2002 at 20:07 UTC ( [id://146035]=note: print w/replies, xml ) Need Help??


in reply to printing in a specific area of the console

There's several tricks you can use, either using a module like Curses that takes advantage of positioning on a term, or by using characters like \r or \b which, on most unixen terms, will back up the cursor position. You might want to look at this node that asks a similar question for a full list of ideas.

Note that if you're just putting a line of symbols on the screen, without extra decoration, you can always print those out sequentially when they are needed (eg, one or two characters at a time), without an extra modules.

-----------------------------------------------------
Dr. Michael K. Neylon - mneylon-pm@masemware.com || "You've left the lens cap of your mind on again, Pinky" - The Brain
"I can see my house from here!"
It's not what you know, but knowing how to find it if you don't know that's important

  • Comment on Re: printing in a specific area of the console

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (4)
As of 2024-04-19 23:12 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found