|
screen "Main Menu" : bold, center, border
item "Go to other menu" action menu 1 : color red, bold
item "Call foo() and display" display action call "foo(7,21);"
: color yellow, bold
item "Execute foo perl script and display output" display
action execute "/usr/foo" : color blue, bold
item "Quit" action quit : color cyan
.
screen "Second Menu" : color blue, center, bold, border
item "Return" action menu 0
item "Quit" action quit
. |
|