| #
c73d2721 |
| 22-Mar-2004 |
jdc <jdc@NetBSD.org> |
Change the key definitions so that they no longer collide with the ones in libform. Do this because the library major number is changing (the libcurses major number is changing). Suggested by Brett
Change the key definitions so that they no longer collide with the ones in libform. Do this because the library major number is changing (the libcurses major number is changing). Suggested by Brett Lymn,
show more ...
|
| #
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.
|
| #
ca4de2a4 |
| 04-Feb-2002 |
blymn <blymn@NetBSD.org> |
* Fixed menu command constants so they no longer clash with curses key symbols * Fixed behaviour of the menu window handling. The library no longer creates the subwindow or window which is corre
* Fixed menu command constants so they no longer clash with curses key symbols * Fixed behaviour of the menu window handling. The library no longer creates the subwindow or window which is correct behaviour as documented in the ETI library documentation.
show more ...
|
| #
c03a48d6 |
| 13-Jun-2001 |
wiz <wiz@NetBSD.org> |
withough -> without
|
| #
d013bbe3 |
| 11-May-2000 |
blymn <blymn@NetBSD.org> |
Remove names from prototype decalarations.
|
| #
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.
|
| #
ebed203f |
| 13-Apr-2000 |
tron <tron@NetBSD.org> |
Remove pre curses V3 hack which causes a build failure.
|
| #
b85abeec |
| 10-Mar-2000 |
itohy <itohy@NetBSD.org> |
Make libmenu be linked correctly with K&R style code. Yes, this changes the ABI, but we haven't officially released libmenu and this would be OK, probably....
|
| #
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.
|
| #
beac10a2 |
| 24-Nov-1999 |
kleink <kleink@NetBSD.org> |
Move preprocessor symbols used for multiple inclusion protection and private interface exposure into implementation namespace.
|
| #
b68c50bc |
| 23-Nov-1999 |
blymn <blymn@NetBSD.org> |
A curses based menu library.
|