History log of /netbsd-src/lib/libmenu/attributes.c (Results 1 – 7 of 7)
Revision Date Author Comments
# 8bf240cc 09-Mar-2003 lukem <lukem@NetBSD.org>

use __RCSID()


# c03a48d6 13-Jun-2001 wiz <wiz@NetBSD.org>

withough -> without


# 32a993af 20-Apr-2000 blymn <blymn@NetBSD.org>

* Made all functions and prototypes ANSI style.
* Fixed problem with highlight bar on inverse menus.
* Fixed libmenu crashing when posting a menu without sub window set.
* Fixed man page glitches.


# 718fb4e4 22-Dec-1999 kleink <kleink@NetBSD.org>

RCS Id police (again!).


# b7466e4f 16-Dec-1999 blymn <blymn@NetBSD.org>

* Moved the contents of the EXPOSE_PRIVATES ifdef into internal.h and
killed the now empty ifdef in menu.h. Also removed the define in
the CFLAGS in Makefile.
* Renamed _menui_menu_hook to Menu_

* Moved the contents of the EXPOSE_PRIVATES ifdef into internal.h and
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.

show more ...


# 68f24b78 24-Nov-1999 kleink <kleink@NetBSD.org>

RCS Id police.


# b68c50bc 23-Nov-1999 blymn <blymn@NetBSD.org>

A curses based menu library.