Help for this page

Select Code to Download


  1. or download this
     $menu->selection_bgcolor("GREEN");
     $menu->selection_fgcolor("YELLOW");
    
  2. or download this
    my $menu = Term::ANSIMenu->new(
       width  => 40,
    ...
       selection_bgcolor => "BLACK",
       selection_fgcolor => "RED",
    );