Answer the question
In order to leave comments, you need to log in
Why doesn't Curses work in Perl noecho()?
What am I doing wrong?
use strict;
use Curses;
my $win = Curses->new();
noecho();
$win->addstr(10, 5, 'ggg');
$win->refresh;
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question