NetBSD/usr.bin/menuc
dsl f5b2286ba1 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.
2004-08-02 21:29:07 +00:00
..
testm Add 'exit' (for exit text) parameter to new_menu() for dynamic menus. 2003-06-04 19:07:39 +00:00
avl.c Completely rework how tools/compat is done. Purge all uses/references to 2004-06-20 22:20:14 +00:00
defs.h Overhaul how `build.sh tools' are used: 2003-10-27 00:12:41 +00:00
main.c Completely rework how tools/compat is done. Purge all uses/references to 2004-06-20 22:20:14 +00:00
Makefile Now that <bsd.prog.mk> DTRT if HOSTPROG is defined (i.e, it is a no-op), 2003-05-18 07:57:31 +00:00
mdb.c Support menu windows that preserve the underlying screen contents. 2004-08-02 21:29:07 +00:00
mdb.h Support menu windows that preserve the underlying screen contents. 2004-08-02 21:29:07 +00:00
menu_sys.def Support menu windows that preserve the underlying screen contents. 2004-08-02 21:29:07 +00:00
menuc.1 Support menu windows that preserve the underlying screen contents. 2004-08-02 21:29:07 +00:00
parse.y Support menu windows that preserve the underlying screen contents. 2004-08-02 21:29:07 +00:00
pathnames.h Move hard-coded /usr/share/misc from mdb.c to pathnames.h, in accordance 2001-10-15 22:20:03 +00:00
scan.l Support menu windows that preserve the underlying screen contents. 2004-08-02 21:29:07 +00:00
util.c Completely rework how tools/compat is done. Purge all uses/references to 2004-06-20 22:20:14 +00:00