Help for this page

Select Code to Download


  1. or download this
    $ man newwin
    ...
    WINDOW *newwin(int nlines, int ncols, int begin_y, int begin_x);
    
  2. or download this
    use Curses;
    
    ...
    $w->refresh;
    endwin;
    <>;