Cmenu
view release on metacpan or search on metacpan
scrollok($menu_pane,1);
$menu_top_option=0;
keypad($menu_pane,1);
&menu_draw_pane();
}
#*********
# MENU_DRAW_PANE
#
# Function: Draws the actual menu especially after a keystroke
# Usually only necessary after big relocations of the menu cursor
#
# Input: Nothing
#
# Returns: Nothing
#
#*********
sub menu_draw_pane {
my ($i);
# Performs test to make sure the items are aligned correctly to use as much of the
( run in 2.368 seconds using v1.01-cache-2.11-cpan-71847e10f99 )