NetBSD/usr.bin/menuc
phil 8f97042b69 Fixed a couple of simple bugs, added data returned for arrow keys for
xterm that is different than xterm termcap entry states.  (Does curses
change what is returned for arrow keys?)
1998-06-30 06:57:57 +00:00
..
testm Correct a menu title. 1998-06-29 22:21:03 +00:00
Makefile .y.c <sys.mk> rule fixes. Don't create a y.tab.h file unless asked for, 1998-04-09 00:32:31 +00:00
avl.c
defs.h Add code for handling NULL return from initscr(). Added "ERROR ACTION" 1997-11-09 20:59:11 +00:00
main.c <stdlib.h> -> <unistd.h> to fix compiler warning 1998-02-03 03:51:49 +00:00
mdb.c Bug fixes in scrolling menues, better error detection with small screens, 1998-06-29 08:46:37 +00:00
mdb.h Add scrollable menus. Tweek testm's Makefile to remake if menu_sys.def 1998-06-25 09:58:57 +00:00
menu_sys.def Fixed a couple of simple bugs, added data returned for arrow keys for 1998-06-30 06:57:57 +00:00
menuc.1 fix up .Nm usage, getopt returns -1 not EOF 1997-10-19 05:08:17 +00:00
parse.y Add scrollable menus. Tweek testm's Makefile to remake if menu_sys.def 1998-06-25 09:58:57 +00:00
scan.l Add scrollable menus. Tweek testm's Makefile to remake if menu_sys.def 1998-06-25 09:58:57 +00:00
util.c