summaryrefslogtreecommitdiff
path: root/lib/libmenu/menu.c
AgeCommit message (Expand)Author
2012-12-30Fix bug where menu mark was not displayed on menus with O_ONEVALUE setblymn
2012-03-21Use C89 functions definitions.matt
2003-03-09use __RCSID()lukem
2002-11-27Fix an off by one bug in the scale_menu() function.blymn
2002-08-22Fix some off by one errors in the menu mark and unmark buffer handling.blymn
2002-08-19Allocate private string buffers for the menu mark and unmark to preventblymn
2002-07-29Added new menu style O_RADIO which implements a radio button styleblymn
2002-02-04* Fixed menu command constants so they no longer clash withblymn
2001-06-13withough -> withoutwiz
2000-07-11Correct ctype(3) usage.itohy
2000-05-07* Fixed possible unassigned variable problem.blymn
2000-05-05* Fixed off by one bug in scale menublymn
2000-04-20* Made all functions and prototypes ANSI style.blymn
1999-12-22RCS Id police (again!).kleink
1999-12-16* Moved the contents of the EXPOSE_PRIVATES ifdef into internal.h andblymn
1999-11-30* use <stdlib.h> instead of deprecated <malloc.h>kleink
1999-11-24RCS Id police.kleink
1999-11-23A curses based menu library.blymn