The C/C++ and code generator for Linux and UNIX ncurses library.


Example Screen Design, file name "custscreen".

Fields on the screen are declared within the brackets. The field type is preceded by a comma. It and the field name can be any place within the brackets. Screens can contain explanatory text as well as prompts and input fields.

After creating the lay-out of the screen design, run it through Genscreen with the command,
"genscn -f custscreen -o custscreen", to create the C code.