X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fmitem_current.3x.html;h=272f33cfd4470325bc3b02bea011083518550b0a;hp=d82a2705fce1981714a9d3c4fab8d928e2c6c725;hb=c6cfd97b8beaf0f6deafbf8aac7281cf6aa7f012;hpb=b0b1980be11bba618d84beb8b30ac94e2c820602 diff --git a/doc/html/man/mitem_current.3x.html b/doc/html/man/mitem_current.3x.html index d82a2705..272f33cf 100644 --- a/doc/html/man/mitem_current.3x.html +++ b/doc/html/man/mitem_current.3x.html @@ -1,4 +1,3 @@ - + + + mitem_current 3x @@ -40,19 +42,18 @@

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,7 +63,7 @@
 
 
 
-

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,7 +81,7 @@
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        current_item returns a pointer (which may  be  NULL).   It
        does not set errno.
 
@@ -108,18 +109,18 @@
 
 
 
-

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,7 +130,7 @@
 
 
 
-

AUTHORS

+

AUTHORS

        Juergen  Pfeifer.   Manual  pages  and  adaptation for new
        curses by Eric S. Raymond.
 
@@ -137,7 +138,17 @@
 
                                                       mitem_current(3x)
 
-
-Man(1) output converted with man2html +