summaryrefslogtreecommitdiff
path: root/lib/libmenu/item.c
AgeCommit message (Collapse)Author
2012-03-21Use C89 functions definitions.matt
Remove use of __P
2007-07-23Redraw an item when the value is changed as the mark/unmark status (ifblymn
applicable) may have changed.
2003-09-29new_item fixes:blymn
* return NULL to indicate an error if a NULL name is passed * fix a crash if description is NULL Thanks to Julian Coleman for finding and fixing these.
2003-03-09use __RCSID()lukem
2002-07-29Added new menu style O_RADIO which implements a radio button styleblymn
menu selection. Thanks go to rtr(at)wasabisystems.com for doing most of the work on this.
2001-06-13withough -> withoutwiz
2000-04-20* Made all functions and prototypes ANSI style.blymn
* Fixed problem with highlight bar on inverse menus. * Fixed libmenu crashing when posting a menu without sub window set. * Fixed man page glitches.
1999-12-22RCS Id police (again!).kleink
1999-12-16* Moved the contents of the EXPOSE_PRIVATES ifdef into internal.h andblymn
killed the now empty ifdef in menu.h. Also removed the define in the CFLAGS in Makefile. * Renamed _menui_menu_hook to Menu_Hook for compatiability with ncurses. * Renamed all internal functions to have _menui prefix instead of __menui * Cleaned up some automatic function variable names that were shadowing function calls. * Fixed email address in headers.
1999-11-30* use <stdlib.h> instead of deprecated <malloc.h>kleink
* replace <strings.h>/bcopy() with <string.h>/memcpy()
1999-11-24RCS Id police.kleink
1999-11-23A curses based menu library.blymn