X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fmenu_cursor.3x.html;h=8f28ca1a3d6308655f8b5a1a7d32bbd6e6348bb7;hb=87154b424ea0f67c2965d00e861ddfb134082d94;hp=77d17a183716e29ce702bac0e13a856810b82cb1;hpb=cb4427a16794d98049b4d790b810d62217501f9f;p=ncurses.git diff --git a/doc/html/man/menu_cursor.3x.html b/doc/html/man/menu_cursor.3x.html index 77d17a18..8f28ca1a 100644 --- a/doc/html/man/menu_cursor.3x.html +++ b/doc/html/man/menu_cursor.3x.html @@ -1,7 +1,8 @@ - @@ -36,7 +37,7 @@ menu_cursor 3x - +

menu_cursor 3x

@@ -52,14 +53,15 @@

SYNOPSIS

        #include <menu.h>
-       int pos_menu_cursor(const MENU *menu);
+
+       int pos_menu_cursor(const MENU *menu);
 
 
 

DESCRIPTION

-       The  function  pos_menu_cursor restores the cursor to the current posi-
-       tion associated with the menu's selected item.  This  is  useful  after
-       curses routines have been called to do screen-painting in response to a
-       menu select.
+       The  function  pos_menu_cursor  restores  the  cursor  to  the  current
+       position associated with the menu's  selected  item.   This  is  useful
+       after  curses  routines  have  been  called  to  do  screen-painting in
+       response to a menu select.
 
 
 

RETURN VALUE

@@ -87,8 +89,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