Home
last modified time | relevance | path

Searched refs:item_y (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/ncurses/menu/
H A Dm_post.c57 int item_x, item_y; in MENU_EXPORT() local
64 getyx(menu->win, item_y, item_x); in MENU_EXPORT()
168 if ((item_y + j) < getmaxy(menu->win)) in MENU_EXPORT()
170 wmove(menu->win, item_y + j, item_x); in MENU_EXPORT()