What a menu application program does
In general,
a menu application program will
-
initialize low-level ETI (curses)
-
create the items for the menu
-
create the menu
-
post the menu
-
refresh the screen
-
process end user menu requests
-
unpost the menu
-
free the menu
-
free items
-
terminate low-level ETI (curses)
Next topic:
A sample menu program
Previous topic:
Some important menu terminology
© 2004 The SCO Group, Inc. All rights reserved.
UnixWare 7 Release 7.1.4 - 27 April 2004