X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fmenu.3x.html;h=9b600973c4259835251e8287f42d9240906a79f8;hp=533bd8f83b8e7d57c44b98b79a7505021121287b;hb=aabb3a65ee5d88949abe529b5131adedb9cfab84;hpb=b0b1980be11bba618d84beb8b30ac94e2c820602 diff --git a/doc/html/man/menu.3x.html b/doc/html/man/menu.3x.html index 533bd8f8..9b600973 100644 --- a/doc/html/man/menu.3x.html +++ b/doc/html/man/menu.3x.html @@ -1,4 +1,3 @@ - + + + menu 3x -

menu 3x

-
+

menu 3x

-
 menu(3x)                                                       menu(3x)
 
 
 
 
 
-

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-
@@ -70,7 +70,9 @@
        before using any of these  functions.   To  use  the  menu
        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
@@ -78,7 +80,9 @@
        affects  future  item  creations,  but does not change the
        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.
 
@@ -152,7 +156,7 @@
 
 
 
-

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:
@@ -196,7 +200,7 @@
 
 
 
-

NOTES

+

NOTES

        The header file <menu.h> automatically includes the header
        files <curses.h> and <eti.h>.
 
@@ -207,29 +211,44 @@
 
 
 
-

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 20141220).
+       This describes ncurses version 5.9 (patch 20150523).
 
 
 
                                                                menu(3x)
 
-
-Man(1) output converted with man2html +