Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

menu_cursor(3x) [opendarwin man page]

menu_cursor(3X) 														   menu_cursor(3X)

NAME
menu_cursor - position a menu's cursor SYNOPSIS
#include <menu.h> int pos_menu_cursor(const MENU *menu); DESCRIPTION
The function pos_menu_cursor restores the cursor to the current position associated with the menu's selected item. This is useful after curses routines have been called to do screen-painting in response to a menu select. RETURN VALUE
This routine returns one of the following: E_OK The routine succeeded. E_SYSTEM_ERROR System error occurred (see errno). E_BAD_ARGUMENT Routine detected an incorrect or out-of-range argument. E_NOT_POSTED The menu has not been posted. SEE ALSO
curses(3X), menu(3X). NOTES
The header file <menu.h> automatically includes the header file <curses.h>. PORTABILITY
These routines emulate the System V menu library. They were not supported on Version 7 or BSD versions. AUTHORS
Juergen Pfeifer. Manual pages and adaptation for new curses by Eric S. Raymond. menu_cursor(3X)

Check Out this Related Man Page

menu_cursor(3CURSES)					     Curses Library Functions					      menu_cursor(3CURSES)

NAME
menu_cursor, pos_menu_cursor - correctly position a menus cursor SYNOPSIS
cc [ flag... ] file... -lmenu -lcurses [ library... ] #include <menu.h> int pos_menu_cursor(MENU *menu); DESCRIPTION
pos_menu_cursor() moves the cursor in the window of menu to the correct position to resume menu processing. This is needed after the appli- cation calls a curses library I/O routine. RETURN VALUES
This routine returns one of the following: E_OK The routine returned successfully. E_SYSTEM_ERROR System error. E_BAD_ARGUMENT An incorrect argument was passed to the routine. E_NOT_POSTED The menu has not been posted. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |MT-Level |Unsafe | +-----------------------------+-----------------------------+ SEE ALSO
curses(3CURSES), menus(3CURSES), panel_update(3CURSES), panels(3CURSES), attributes(5) NOTES
The header <menu.h> automatically includes the headers <eti.h> and <curses.h>. SunOS 5.11 31 Dec 1996 menu_cursor(3CURSES)
Man Page

2 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Shopt -s histappend

What is the point of this? Whenever I close my shell it appends to the history file without adding this. I have never seen it overwrite my history file. # When the shell exits, append to the history file instead of overwriting it shopt -s histappend (3 Replies)
Discussion started by: cokedude
3 Replies

2. OS X (Apple)

Undeletable file

Greetings, I'm trying to delete a file with a weird name from within Terminal on a Mac. It's a very old file (1992) with null characters in the name: “␀␀Word FinderÂŽ Plus™”. Here are some examples of what I've tried: 12FX009:5 dpontius$ ls ␀␀Word FinderÂŽ Plus™ 12FX009:5 dpontius$ rm... (29 Replies)
Discussion started by: dpontius
29 Replies