X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fmitem_current.3x.html;h=66c68a5c9023ab601c562d8beec0d542ff6b817d;hp=2ee61a2420148f06a79fc1082bf67d700876f817;hb=ce4803687b821efbc5fb2c5a5f06d69cd4dc2656;hpb=027d0c57c4c4d6690e8d8727888d3282dbe9aa86 diff --git a/doc/html/man/mitem_current.3x.html b/doc/html/man/mitem_current.3x.html index 2ee61a24..66c68a5c 100644 --- a/doc/html/man/mitem_current.3x.html +++ b/doc/html/man/mitem_current.3x.html @@ -46,13 +46,11 @@ - -

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);
@@ -61,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
@@ -79,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.
 
@@ -107,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.
 
@@ -128,8 +121,7 @@
        ERR).
 
 
-
-

AUTHORS

+

AUTHORS

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