X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fmenu_attributes.3x.html;h=0266dcb992bfc32a18f4c96a5ceb548f2d5a0b09;hp=d65681d463e11afe73f721fd8c61fa7488efd6bc;hb=c6cfd97b8beaf0f6deafbf8aac7281cf6aa7f012;hpb=027ae42953e3186daed8f3882da73de48291b606 diff --git a/doc/html/man/menu_attributes.3x.html b/doc/html/man/menu_attributes.3x.html index d65681d4..0266dcb9 100644 --- a/doc/html/man/menu_attributes.3x.html +++ b/doc/html/man/menu_attributes.3x.html @@ -1,8 +1,7 @@ - + + + menu_attributes 3x @@ -40,19 +42,18 @@

menu_attributes 3x


-
 menu_attributes(3x)                                 menu_attributes(3x)
 
 
 
 
 
-

NAME

+

NAME

        menu_attributes - color and attribute control for menus
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <menu.h>
        int set_menu_fore(MENU *menu, chtype attr);
        chtype menu_fore(const MENU *menu);
@@ -65,11 +66,11 @@
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        The  function  set_menu_fore sets the foreground attribute
        of menu. This is the  highlight  used  for  selected  menu
        items.   menu_fore  returns the foreground attribute.  The
-       default is A_STANDOUT.
+       default is A_REVERSE.
 
        The function set_menu_back sets the  background  attribute
        of  menu.  This  is the highlight used for selectable (but
@@ -90,7 +91,7 @@
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        These routines return one of the following:
 
        E_OK The routine succeeded.
@@ -104,25 +105,25 @@
 
 
 
-

SEE ALSO

+

SEE ALSO

        curses(3x) and related pages whose names begin "menu_" for
        detailed descriptions of the entry points.
 
 
 
-

NOTES

+

NOTES

        The header file <menu.h> automatically includes the header
        file <curses.h>.
 
 
 
-

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 new
        curses by Eric S. Raymond.
 
@@ -130,10 +131,17 @@
 
                                                     menu_attributes(3x)
 
-
-
-Man(1) output converted with -man2html -
+