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

use __RCSID()


# 09440e90 29-Jul-2002 blymn <blymn@NetBSD.org>

Added new menu style O_RADIO which implements a radio button style
menu selection. Thanks go to rtr(at)wasabisystems.com for doing
most of the work on this.


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

withough -> without


# f9863c47 11-Jul-2000 itohy <itohy@NetBSD.org>

Correct ctype(3) usage.
Passing "char" value is wrong. Use "unsigned char" instead.


# 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.