summaryrefslogtreecommitdiff
path: root/lib/libmenu/userptr.c
AgeCommit message (Collapse)Author
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.
2000-03-05Fix handling of userptr, no longer assumes userptr is a pointer to ablymn
string to be copied, we now just copy the passed pointer. Also fixed bug with handling of NULL passed to menu_userptr.
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