Home | History | Annotate | Download | only in testm
History log of /src/usr.bin/menuc/testm/main.c
RevisionDateAuthorComments
 1.8  03-Dec-2019  uwe Fix typo in ad clause. Ok perry@.
 1.7  23-Jan-2018  sevan branches: 1.7.4; 1.7.6;
drop main() prototype
 1.6  17-Sep-2004  wrstuden Catch up with current menuc.
 1.5  04-Jun-2003  dsl branches: 1.5.4;
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.
 1.4  15-Aug-2000  phil Tweek the "no shortcut" code.
MC_NOSHORTKEY to NOSHORTCUT
added option "shortcut" to menuc input language.
added example of this kind of menu in testm.
 1.3  23-Jul-1998  phil Put back "return value" meaning in option actions accidentally removed
in chanages for dynamic menus. (Return !=0 means to exit menu dynamically.)
 1.2  16-Jul-1998  phil Major restructuring of the runtime code, now supports dynamic menus.
Fixed a bug is scrolling. Added dynamic menu to test meuns in testm.
 1.1  26-Sep-1997  phil branches: 1.1.1;
Initial revision
 1.1.1.1  26-Sep-1997  phil Add a curses based menu compiler system. (Used by the new system install
program sysinst.)
 1.5.4.1  23-Jul-2005  snj Pull up revision 1.6 (requested by riz in ticket #5515):
Catch up with current menuc.
 1.7.6.1  09-Dec-2019  martin Pull up following revision(s) (requested by uwe in ticket #520):

usr.bin/menuc/testm/main.c: revision 1.8
usr.bin/menuc/testm/menus.mc: revision 1.13

Fix typo in ad clause. Ok perry@.
 1.7.4.1  08-Apr-2020  martin Merge changes from current as of 20200406

RSS XML Feed