summaryrefslogtreecommitdiff
path: root/usr.bin/menuc
AgeCommit message (Expand)Author
2000-07-23Add format string to fprintf().wiz
2000-07-03Make gcc 2.96 (and maybe earlier) happier. Include <stdlib.h>,<string.>,matt
2000-04-22Make this work again now that curses no longer does an implicit tgetent()thorpej
1999-12-31Add FILES and EVIRONMENT sections detailing what files these programs use,garbled
1999-07-26declare EXITSTRINGchristos
1999-06-20need to provide an exit string for dynamic menus. hardcodes "Exit".cgd
1999-06-20provide the ability to do horizontal centering of menus, and make thatcgd
1999-06-20provide a way to set the string used for the 'Exit' menu item.cgd
1999-06-20size menus without titles correctly. also, correctly position titles socgd
1999-06-19* be more descriptive with the windor/screen too small for menu messagescgd
1999-04-18Don't frob the interals of a WINDOW*, use the getmaxy() macro.simonb
1999-03-22More and more .Os cleanups. .Os is defined in the tmac.doc-common file,garbled
1999-02-13convert from NOxxx= to MKxxx=no.lukem
1998-09-27don't install in /usr/share if NOSHARE is definedlukem
1998-07-23Put back "return value" meaning in option actions accidentally removedphil
1998-07-16Major restructuring of the runtime code, now supports dynamic menus.phil
1998-07-03Fix bugs found in scrolling, make scrolling never leave blankphil
1998-07-02Small tweeks, redoing language for dynamic menus.phil
1998-07-01Stop scrolling of a non-scrolling menu using arrow keys.phil
1998-07-01Bug fixes, tweeks to scrolling, beginnings of dynamic menus.phil
1998-06-30Fixed a couple of simple bugs, added data returned for arrow keys forphil
1998-06-29Correct a menu title.phil
1998-06-29Bug fixes in scrolling menues, better error detection with small screens,phil
1998-06-25Tweeks to option lettering ... to allow 51 options per menu. Alsophil
1998-06-25Add scrollable menus. Tweek testm's Makefile to remake if menu_sys.defphil
1998-06-24Add -ltermcap.phil
1998-06-24Beep if no help is defined for a menu.phil
1998-06-24Add a online help facility. Each menu can specify a help screen associatedphil
1998-04-09.y.c <sys.mk> rule fixes. Don't create a y.tab.h file unless asked for,tv
1998-03-30use static int instead of staticmrg
1998-02-18Simply include -lcurses instead of -lcurses -ltermcapjtc
1998-02-03<stdlib.h> -> <unistd.h> to fix compiler warningperry
1998-01-15fgetc() returns 'int'. (char)EOF != EOF on unsigned-char machines.cgd
1997-11-14Do screen refresh correctly.phil
1997-11-14Make ^L redisplay the screen.phil
1997-11-09Add code for handling NULL return from initscr(). Added "ERROR ACTION"phil
1997-10-22use CPPFLAGS instead of CFLAGSlukem
1997-10-19fix up .Nm usage, getopt returns -1 not EOFlukem
1997-10-19don't define WARNS=1 herelukem
1997-10-11Also need -I. to get menu_defs.h in an obj dir.mycroft
1997-10-11Clean this up, and make it work with obj directories.mycroft
1997-10-11Clean up this garbage.mycroft
1997-09-26Correct the usage() for reality.phil
1997-09-26Add a curses based menu compiler system. (Used by the new system installphil