NetBSD/usr.bin/menuc
dsl 1cedefc117 - Call delwin() when we stop displaying a window, saves space and newwin
is fast enough anyway.  Lets the calling code change some fields (eg
  the title for the 'yes/no' menu) between calls.
- Don't update m->x, m->y, m->w the changed values aren't needed once
  the window has been created.
- Allow the window title to span multiple lines.
- Fix a nasty bug caused by having pointers into the memory area freed
  by realloc when creating lots of dynamic menus.
- Fix check that ought to have allowed dynamic menus to be deleted.
2003-11-22 22:18:32 +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 only use __RCSID() if it is #defined 2003-07-17 08:33:03 +00:00
defs.h Overhaul how `build.sh tools' are used: 2003-10-27 00:12:41 +00:00
main.c only use __RCSID() if it is #defined 2003-07-17 08:33:03 +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 Add an MC_ALWAYS_SCROLL to mean "always allow space for 'scrolltext'". 2003-10-18 18:26:53 +00:00
mdb.h
menu_sys.def - Call delwin() when we stop displaying a window, saves space and newwin 2003-11-22 22:18:32 +00:00
menuc.1 Bump date for last changes; remove duplicate "the"; mark up NULL. 2003-11-11 13:41:37 +00:00
parse.y Add extra command 'allow dynamic messages' which will push all texts through 2003-06-10 17:19:04 +00:00
pathnames.h
scan.l Allow -ve integer constants in menu file. 2003-09-27 09:44:13 +00:00
util.c only use __RCSID() if it is #defined 2003-07-17 08:33:03 +00:00