http://www.perlmonks.org?node_id=211864


in reply to Tips and Pointers using ncurses with perl

Hi odie!

curs_set works just fine with CPANs Curses.
Just call curs_set(0) directly after your initscr(). This will make the cursor go away.

Michael Wilk

  • Comment on Re: Tips and Pointers using ncurses with perl