pub fn pos_menu_cursor(menu: MENU) -> Result<(), NCurseswMenuError>
Expand description

Restores the cursor to the current position associated with the menu’s selected item. This is useful after NCurses routines have been called to do screen-painting in response to a menu select.