Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ form_cursor(3x) — Atari System V 1.1-06

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

curses(3X)

forms(3X)





   form_cursor(3X)                                             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:
         EOK           - The function returned successfully.
         ESYSTEMERROR - System error.
         EBADARGUMENT - An argument is incorrect.
         ENOTPOSTED   - 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).



























   8/91                                                                 Page 1





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