Searched refs:item_y (Results 1 – 1 of 1) sorted by relevance
57 int item_x, item_y; in MENU_EXPORT() local64 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()