logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

item_visible - check visibility of a menu item

Authors

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

Description

       A  menu item is visible when it is in the portion of a posted menu that is mapped onto the screen (if the
       menu is scrollable, in particular, this portion will be smaller than the whole menu).

Name

item_visible - check visibility of a menu item

Portability

       These routines emulate the System V menu library.  They were not supported on Version 7 or BSD versions.

See Also

ncurses(3NCURSES), menu(3MENU)

ncurses 6.5                                        2024-03-16                                menu_visible(3MENU)

Synopsis

#include<menu.h>boolitem_visible(constITEM*item);

See Also