X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fmitem_current.3x.html;h=66c68a5c9023ab601c562d8beec0d542ff6b817d;hp=272f33cfd4470325bc3b02bea011083518550b0a;hb=302a066a01e4de40f08b397e87ca0e97f20870a7;hpb=c6cfd97b8beaf0f6deafbf8aac7281cf6aa7f012 diff --git a/doc/html/man/mitem_current.3x.html b/doc/html/man/mitem_current.3x.html index 272f33cf..66c68a5c 100644 --- a/doc/html/man/mitem_current.3x.html +++ b/doc/html/man/mitem_current.3x.html @@ -39,21 +39,18 @@ -

mitem_current 3x

-
+

mitem_current 3x

 mitem_current(3x)                                     mitem_current(3x)
 
 
 
 
-
-

NAME

+

NAME

        mitem_current - set and get current_menu_item
 
 
-
-

SYNOPSIS

+

SYNOPSIS

        #include <menu.h>
        int set_current_item(MENU *menu, const ITEM *item);
        ITEM *current_item(const MENU *menu);
@@ -62,8 +59,7 @@
        int item_index(const ITEM *item);
 
 
-
-

DESCRIPTION

+

DESCRIPTION

        The  function  set_current_item sets the current item (the
        item on  which  the  menu  cursor  is  positioned).   cur-
        rent_item  returns  a  pointer  to the current item in the
@@ -80,8 +76,7 @@
        item in the menu's item pointer list.
 
 
-
-

RETURN VALUE

+

RETURN VALUE

        current_item returns a pointer (which may  be  NULL).   It
        does not set errno.
 
@@ -108,19 +103,16 @@
             System error occurred (see errno).
 
 
-
-

SEE ALSO

+

SEE ALSO

        curses(3x), menu(3x).
 
 
-
-

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.
 
@@ -129,8 +121,7 @@
        ERR).
 
 
-
-

AUTHORS

+

AUTHORS

        Juergen  Pfeifer.   Manual  pages  and  adaptation for new
        curses by Eric S. Raymond.