X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fmenu_cursor.3x.html;h=266542eda4bd4e354a6851ba714c50df313ba257;hp=77d17a183716e29ce702bac0e13a856810b82cb1;hb=81304798ee736c467839c779c9ca5dca48db7bea;hpb=cb4427a16794d98049b4d790b810d62217501f9f diff --git a/doc/html/man/menu_cursor.3x.html b/doc/html/man/menu_cursor.3x.html index 77d17a18..266542ed 100644 --- a/doc/html/man/menu_cursor.3x.html +++ b/doc/html/man/menu_cursor.3x.html @@ -1,7 +1,8 @@ - @@ -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