cursor



cursor

NAME
SYNOPSIS
DESCRIPTION
RETURN VALUE
SEE ALSO
NOTES
PORTABILITY
AUTHORS

NAME

form_cursor − position a form window cursor

SYNOPSIS

#include <form.h>
int pos_form_cursor(FORM *form);

DESCRIPTION

The function pos_form_cursor restores the cursor to the position required for the forms driver to continue processing requests. This is useful after curses routines have been called to do screen-painting in response to a form operation.

RETURN VALUE

This routine returns one of the following:

E_OK

The routine succeeded.

E_BAD_ARGUMENT

Routine detected an incorrect or out-of-range argument.

E_NOT_POSTED

The form has not been posted.

E_SYSTEM_ERROR

System error occurred (see errno).

SEE ALSO

ncurses(3NCURSES), form(3FORM).

NOTES

The header file <form.h> automatically includes the header file <curses.h>.

PORTABILITY

These routines emulate the System V forms 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.




More Linux Commands

manpages/curses_variables.3ncurses.html
curses_variables(3ncurses) - curses global variables........
This page summarizes variables provided by the curses library. A more complete description is given in the curses(3X) manual page. Depending on the configuratio

manpages/gnutls_openpgp_crt_get_subkey_pk_dsa_raw.3.html
gnutls_openpgp_crt_get_subkey_pk_dsa_raw(3) - API function
gnutls_openpgp_crt_get_subkey_pk_dsa_raw.3 - This function will export the DSA public keys parameters found in the given certificate. The new parameters will be

manpages/XkbGetKeySyms.3.html
XkbGetKeySyms(3) - Obtain the symbols for a subset of the ke
XkbGetKeySyms sends a request to the server to obtain the set of keysyms bound to num keys starting with the key whose keycode is first. It waits for a reply an

manpages/cvs.5.html
cvs(5) - Concurrent Versions System support files (ManPage)
cvs is a system for providing source control to hierarchical collections of source directories. Commands and procedures for using cvs are described in cvs(1). c

manpages/XrmUniqueQuark.3.html
XrmUniqueQuark(3) - manipulate resource quarks (Man Page)...
The XrmUniqueQuark function allocates a quark that is guaranteed not to represent any string that is known to the resource manager. These functions can be used

manpages/clog10l.3.html
clog10l(3) - base-10 logarithm of a complex number (ManPage)
The call clog10(z) is equivalent to clog(z)/log(10). The other functions perform the same task for float and long double. Note that z close to zero will cause a

manpages/shutdown.8.html
shutdown(8) - Halt, power-off or reboot the machine.........
shutdown may be used to halt, power-off or reboot the machine. The first argument may be a time string (which is usually now). Optionally, this may be followed

manpages/Tk_PhotoPutZoomedBlock.3.html
Tk_PhotoPutZoomedBlock(3) - manipulate the image data stored
Tk_FindPhoto returns an opaque handle that is used to identify a particular photo image to the other procedures. The parameter is the name of the image, that is

manpages/XSetPointerMapping.3.html
XSetPointerMapping(3) - manipulate pointer settings.........
The XSetPointerMapping function sets the mapping of the pointer. If it succeeds, the X server generates a MappingNotify event, and XSetPointerMapping returns Ma

manpages/ftw.3.html
ftw(3) - file tree walk (Library - Linux man page)..........
ftw() walks through the directory tree that is located under the directory dirpath, and calls fn() once for each entry in the tree. By default, directories are

manpages/xdr_opaque.3.html
xdr_opaque(3) - library routines for external data represent
These routines allow C programmers to describe arbitrary data structures in a machine-independent fashion. Data for remote procedure calls are transmitted using

manpages/genxs.1.html
genxs(1) - Mono's Xml Serializer Generator - Linux man page
genxs is a tool for generating custom XML serialization writers and readers for classes. configurationFile is configuration file which specifies several informa





We can't live, work or learn in freedom unless the software we use is free.