NetBSD/usr.bin/menuc
thorpej 0687dad67e Make this work again now that curses no longer does an implicit tgetent()
via initscr() by calling t_getstr() with curses' internal terminal info
initialized in setterm() (which is called by initscr()).

XXX THIS IS A HORRIBLE KLUDGE!  ...and I'm almost embarassed to commit it.
XXX It really should be fixed by using normal curses facilities.
2000-04-22 21:34:25 +00:00
..
testm
Makefile
avl.c
defs.h
main.c provide the ability to do horizontal centering of menus, and make that 1999-06-20 05:41:45 +00:00
mdb.c provide a way to set the string used for the 'Exit' menu item. 1999-06-20 02:07:18 +00:00
mdb.h provide a way to set the string used for the 'Exit' menu item. 1999-06-20 02:07:18 +00:00
menu_sys.def Make this work again now that curses no longer does an implicit tgetent() 2000-04-22 21:34:25 +00:00
menuc.1 Add FILES and EVIRONMENT sections detailing what files these programs use, 1999-12-31 04:03:18 +00:00
parse.y declare EXITSTRING 1999-07-26 06:19:01 +00:00
scan.l provide a way to set the string used for the 'Exit' menu item. 1999-06-20 02:07:18 +00:00
util.c