Home
last modified time | relevance | path

Searched defs:__menu (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/lib/libmenu/
H A Dmenu.h101 struct __menu { struct
102 int rows; /* max number of rows to be displayed */
103 int cols; /* max number of columns to be displayed */
104 int item_rows; /* number of item rows we have */
105 int item_cols; /* number of item columns we have */
106 int cur_row; /* current cursor row */
107 int cur_col; /* current cursor column */
108 MENU_STR mark; /* menu mark string */
109 MENU_STR unmark; /* menu unmark string */
110 OPTIONS opts; /* options for the menu */
[all …]