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

Re: Curses problem

by spadacciniweb (Curate)
on Dec 27, 2008 at 11:40 UTC ( [id://732779]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use Curses;
    initscr;
    ...
    $win->refresh;
    while (1) {};
    endwin;
    
  2. or download this
    Window newWin( Int lines, Int cols, Int beginy, Int beginx )
    ...
    ...
    cols Number of columns in window
    beginy Position of top of window
    beginx Position of left of window
    
  3. or download this
    use Curses;
    initscr;
    ...
    $win->refresh;
    while (1) {};
    endwin;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (6)
As of 2024-04-23 13:38 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found