X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fmenu_attributes.3x.html;h=b98ddd537a000d9591a3b2e21c70a9078ea087a6;hp=45d3e908fc9cad31e0d9e801b220e30caf0e698a;hb=81304798ee736c467839c779c9ca5dca48db7bea;hpb=eccca377f55c70b12e3e92621d94d1e1c1fcfb7d diff --git a/doc/html/man/menu_attributes.3x.html b/doc/html/man/menu_attributes.3x.html index 45d3e908..b98ddd53 100644 --- a/doc/html/man/menu_attributes.3x.html +++ b/doc/html/man/menu_attributes.3x.html @@ -1,7 +1,8 @@ - @@ -35,7 +36,7 @@ menu_attributes 3x - + @@ -48,20 +49,24 @@

NAME

        menu_back,     menu_fore,     menu_grey,    menu_pad,    set_menu_back,
-       set_menu_fore, set_menu_grey, set_menu_pad - color and  attribute  con-
-       trol for menus
+       set_menu_fore,  set_menu_grey,  set_menu_pad  -  color  and   attribute
+       control for menus
 
 
 

SYNOPSIS

        #include <menu.h>
-       int set_menu_fore(MENU *menu, chtype attr);
-       chtype menu_fore(const MENU *menu);
-       int set_menu_back(MENU *menu, chtype attr);
-       chtype menu_back(const MENU *menu);
-       int set_menu_grey(MENU *menu, chtype attr);
-       chtype menu_grey(const MENU *menu);
-       int set_menu_pad(MENU *menu, int pad);
-       int menu_pad(const MENU *menu);
+
+       int set_menu_fore(MENU *menu, chtype attr);
+       chtype menu_fore(const MENU *menu);
+
+       int set_menu_back(MENU *menu, chtype attr);
+       chtype menu_back(const MENU *menu);
+
+       int set_menu_grey(MENU *menu, chtype attr);
+       chtype menu_grey(const MENU *menu);
+
+       int set_menu_pad(MENU *menu, int pad);
+       int menu_pad(const MENU *menu);
 
 
 

DESCRIPTION

@@ -107,8 +112,8 @@
 
 
 

PORTABILITY

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

AUTHORS