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_name, item_description - get menu item name and description fields

Authors

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

Description

       The function item_name returns the name part of the given item.
       The function item_description returns the description part of the given item.

Name

item_name, item_description - get menu item name and description fields

Portability

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

Return Value

       These routines return a pointer (which may be NULL).  They do not set errno.

See Also

ncurses(3NCURSES), menu(3MENU)

ncurses 6.5                                        2024-12-28                                   menu_name(3MENU)

Synopsis

#include<menu.h>constchar*item_name(constITEM*item);constchar*item_description(constITEM*item);

See Also