Home | History | Annotate | only in /src/usr.bin/menuc/testm
History log of /src/usr.bin/menuc/testm
RevisionDateAuthorComments
 1.17 21-Apr-2012  roy Add capfile(5) to describe the termcap format.
Adjust various man pages and other documentation to point to capfile(5)
instead of termcap(5).
Remove getcap(3) as curses hasn't been building it for a long time.
Punt wrterm.c as tset no longer uses it.
 1.16 14-Apr-2009  lukem branches: 1.16.6;
Enable WARNS=4 by default for usr.bin, except for:
awk bdes checknr compile_et error gss hxtool kgetcred kinit
klist ldd less lex locale login m4 man menuc mk_cmds
mklocale msgc openssl rpcgen rpcinfo sdiff spell ssh
string2key telnet tn3270 verify_krb5_conf xlint
 1.15 12-Dec-2001  lukem branches: 1.15.44;
Set NOxxx= before <bsd.own.mk> is pulled in (even indirectly).
Otherwise the appropriate MKxxx=no won't be defined .
 1.14 12-Dec-2001  tv MKfoo=no -> NOfoo
 1.13 07-Jan-2001  phil Include the definition of PRINTOBJDIR before using it.
 1.12 30-Dec-2000  sommerfeld Let src/usr.bin build with recursive parallel make..
- add .WAIT and .NOTPARALLEL in a few places
- change ${MAKE} print-objdir to ${PRINTOBJDIR}
- convert other ad-hoc forms to use ${PRINTOBJDIR}
 1.11 13-Feb-1999  lukem convert from NOxxx= to MKxxx=no.
include <bsd.own.mk> if testing a MKxxx variable.
 1.10 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.9 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.8 29-Jun-1998  phil Bug fixes in scrolling menues, better error detection with small screens,
bettern keypad support with suport form multiple key "commands" like
ESC-v for previous page.
 1.7 25-Jun-1998  phil Add scrollable menus. Tweek testm's Makefile to remake if menu_sys.def
is modified.
 1.6 24-Jun-1998  phil Add -ltermcap.
 1.5 18-Feb-1998  jtc Simply include -lcurses instead of -lcurses -ltermcap
 1.4 22-Oct-1997  lukem use CPPFLAGS instead of CFLAGS
 1.3 11-Oct-1997  mycroft branches: 1.3.2;
Also need -I. to get menu_defs.h in an obj dir.
 1.2 11-Oct-1997  mycroft Clean this up, and make it work with obj directories.
 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.3.2.1 08-Nov-1997  lukem sync with trunk (approved by thorpej)
 1.15.44.1 13-May-2009  jym Sync with HEAD.

Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
 1.16.6.1 23-May-2012  yamt sync with head.
 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
 1.13 03-Dec-2019  uwe Fix typo in ad clause. Ok perry@.
 1.12 25-Feb-2019  martin branches: 1.12.2;
Add an option to supress the vertical space between menu title and
menu items.
 1.11 17-Sep-2004  wrstuden branches: 1.11.92;
Scoot a menu so it fits better in an xterm.
 1.10 15-Aug-2000  phil branches: 1.10.6;
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.9 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.8 02-Jul-1998  phil Small tweeks, redoing language for dynamic menus.
 1.7 01-Jul-1998  phil Bug fixes, tweeks to scrolling, beginnings of dynamic menus.
 1.6 29-Jun-1998  phil Correct a menu title.
 1.5 29-Jun-1998  phil Bug fixes in scrolling menues, better error detection with small screens,
bettern keypad support with suport form multiple key "commands" like
ESC-v for previous page.
 1.4 25-Jun-1998  phil Add scrollable menus. Tweek testm's Makefile to remake if menu_sys.def
is modified.
 1.3 24-Jun-1998  phil Add a online help facility. Each menu can specify a help screen associated
with that menu. The help screen is scrollable for long help screens.
The char '?' accesses the help screen as a menu command. Help screen text
is specified in the menu definition file with the menu.
 1.2 09-Nov-1997  phil Add code for handling NULL return from initscr(). Added "ERROR ACTION"
for user code for above error.
 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.10.6.1 23-Jul-2005  snj Pull up revision 1.11 (requested by riz in ticket #5515):
Scoot a menu so it fits better in an xterm.
 1.11.92.2 08-Apr-2020  martin Merge changes from current as of 20200406
 1.11.92.1 10-Jun-2019  christos Sync with HEAD
 1.12.2.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.1 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.

RSS XML Feed