Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ form_cursor(3X) — Amiga System V Release 4 Version 2.01

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

curses(3X)

forms(3X)



form_cursor(3X)  MISCELLANEOUS LIBRARY FUNCTIONS  form_cursor(3X)



NAME
     formcursor:  posformcursor - position forms window cursor

SYNOPSIS
     #include <form.h>

     int posformcursor(FORM *form);

DESCRIPTION
     posformcursor moves the form window cursor to the location
     required by the form driver to resume form processing.  This
     may be needed after the application calls a  curses  library
     I/O routine.

RETURN VALUE
     posformcursor returns one of the following:
     E_OK           - The function returned successfully.
     E_SYSTEM_ERROR - System error.
     E_BAD_ARGUMENT - An argument is incorrect.
     E_NOT_POSTED   - The form is not posted.

NOTES
     The header file <form.h> automatically includes  the  header
     files <eti.h> and <curses.h>.

SEE ALSO
     curses(3X), forms(3X).




























                          Last change:                          1



Typewritten Software • bear@typewritten.org • Edmonds, WA 98026