History log of /netbsd-src/lib/libmenu/post.c (Results 1 – 12 of 12)
Revision Date Author Comments
# a54cbbdb 19-Apr-2003 blymn <blymn@NetBSD.org>

Remove the resetting of top_row, cur_item and the pattern buffer from
post_menu so menu state is kept across upost/post actions. This addresses
PR #21218.


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


# 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


# d58fc517 06-Aug-2000 blymn <blymn@NetBSD.org>

* Fixed bug where unpost would delwin a sub-window that libmenu did not
create.


# 5f001bd9 05-May-2000 blymn <blymn@NetBSD.org>

* Fixed off by one bug in scale menu
* Fixed bug in post_menu which created the subwin too small for the menu.


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