Subject: CVS commit: src/usr.bin/menuc
To: None <source-changes@netbsd.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 06/04/2003 19:07:41
Module Name:	src
Committed By:	dsl
Date:		Wed Jun  4 19:07:40 UTC 2003

Modified Files:
	src/usr.bin/menuc: mdb.c menu_sys.def menuc.1
	src/usr.bin/menuc/testm: main.c

Log Message:
Add 'exit' (for exit text) parameter to new_menu() for dynamic menus.
Correct calculation of menu height and whether scrolling needs (was wrong
if a height was specified that was smaller that the number of lines needed).
Move keypad(m->mw, TRUE) to stop core dump when newwin() fails.
Allow for calling code hacking m->h (to reduce number of lines displayed).
Add a MC_NOCLEAR option to leave menu text showing when doing action.


To generate a diff of this commit:
cvs rdiff -r1.30 -r1.31 src/usr.bin/menuc/mdb.c
cvs rdiff -r1.37 -r1.38 src/usr.bin/menuc/menu_sys.def
cvs rdiff -r1.16 -r1.17 src/usr.bin/menuc/menuc.1
cvs rdiff -r1.4 -r1.5 src/usr.bin/menuc/testm/main.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.