in reply to Re: Curses::UI define_color
in thread [Unresolved] Curses::UI define_color
my $cui = new Curses::UI(-color_support=>1); # create a curses object my $co = $Curses::UI::color_object; $Curses::UI::color_object->define_color('orange',255,140,1);
Doesn't return an error, but doesn't make any color - it just goes white. :( Is my code wrong? Thanks, ~return0
|
---|