X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fmenu.3x.html;h=4704f59d94f6bd49aedd0995421bf3f77954b292;hp=9cc9a45d200b7fc031fd2db7e3ab86ede5a2ceb8;hb=5dbe81a41e3c75806996cd762b9e55dcc9edb835;hpb=027d0c57c4c4d6690e8d8727888d3282dbe9aa86 diff --git a/doc/html/man/menu.3x.html b/doc/html/man/menu.3x.html index 9cc9a45d..4704f59d 100644 --- a/doc/html/man/menu.3x.html +++ b/doc/html/man/menu.3x.html @@ -46,18 +46,15 @@ - -

NAME

+

NAME

        menu - curses extension for programming menus
 
 
-
-

SYNOPSIS

+

SYNOPSIS

        #include <menu.h>
 
 
-
-

DESCRIPTION

+

DESCRIPTION

        The  menu library provides terminal-independent facilities
        for composing menu systems  on  character-cell  terminals.
        The library includes: item routines, which create and mod-
@@ -71,8 +68,7 @@
        library, link with the options -lmenu -lcurses.
 
 
-
-

Current Default Values for Item Attributes

+

Current Default Values for Item Attributes

        The  menu  library  maintains  a  default  value  for item
        attributes.  You can get or set this  default  by  calling
        the  appropriate  get_  or  set_  routine with a NULL item
@@ -81,8 +77,7 @@
        rendering of items already created.
 
 
-
-

Routine Name Index

+

Routine Name Index

        The following table lists each menu routine and  the  name
        of the manual page on which it is described.
 
@@ -155,8 +150,7 @@
        unpost_menu            menu_post(3x)
 
 
-
-

RETURN VALUE

+

RETURN VALUE

        Routines  that return pointers return NULL on error.  Rou-
        tines that return an integer return one of  the  following
        error codes:
@@ -199,8 +193,7 @@
             The menu driver code saw an unknown request code.
 
 
-
-

NOTES

+

NOTES

        The header file <menu.h> automatically includes the header
        files <curses.h> and <eti.h>.
 
@@ -210,24 +203,21 @@
        error).
 
 
-
-

PORTABILITY

+

PORTABILITY

        These  routines  emulate  the System V menu library.  They
        were not supported on Version 7 or BSD versions.
 
 
-
-

AUTHORS

+

AUTHORS

        Juergen Pfeifer.  Manual pages and adaptation for  ncurses
        by Eric S. Raymond.
 
 
-
-

SEE ALSO

+

SEE ALSO

        curses(3x) and related pages whose names begin "menu_" for
        detailed descriptions of the entry points.
 
-       This describes ncurses version 5.9 (patch 20150516).
+       This describes ncurses version 6.0 (patch 20160514).