Subject: CVS commit: [netbsd-2] src/usr.bin/menuc
To: None <source-changes@NetBSD.org>
From: Soren Jacobsen <snj@netbsd.org>
List: source-changes
Date: 07/23/2005 23:46:11
Module Name:	src
Committed By:	snj
Date:		Sat Jul 23 23:46:11 UTC 2005

Modified Files:
	src/usr.bin/menuc [netbsd-2]: menu_sys.def

Log Message:
Pull up revision 1.54 (requested by riz in ticket #5515):
Support menu windows that preserve the underlying screen contents.
   (Needs a libcurses fix as well).
No need to ponce about with __m_endwin (to remember we've done endwin()),
   the old recovery was wrong in any case - but I've left something that
   will do an explicit redraw.
Allow the 'help' text to be from a variable (and hence translated).
Fix the display of help so that the screen underneath is actually cleared.
Preserve the screen contents while displaying help - redraw is too hard.
Use endwin(); doupdate(); to do the full refresh when ^L is typed.
Move menus up the screen if they would hit the bottom with too few lines
   to show an item and the scroll text (happens with big titles).
Make 'y=0' center the window vertically - use of 0 means you can't have
   a menu starting on the topline, but this is unlikely to be a problem.
Make all the menu options settable from the control file, not just from
   dynamic menus.
Redo menu option list part of man page.


To generate a diff of this commit:
cvs rdiff -r1.53 -r1.53.4.1 src/usr.bin/menuc/menu_sys.def

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