Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

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

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

curses(3X)

forms(3X)





   form_opts(3X)                                                 form_opts(3X)


   NAME
         formopts:  setformopts, formoptson, formoptsoff, formopts -
         forms option routines

   SYNOPSIS
         #include <form.h>

         int setformopts(FORM *form, OPTIONS opts);
         int formoptson(FORM *form, OPTIONS opts);
         int formoptsoff(FORM *form, OPTIONS opts);
         OPTIONS formopts(FORM *form);

   DESCRIPTION
         setformopts turns on the named options for form and turns off all
         remaining options.  Options are boolean values which can be OR-ed
         together.

         formoptson turns on the named options; no other options are
         changed.

         formoptsoff turns off the named options; no other options are
         changed.

         formopts returns the options set for form.
         Form Options:
         ONLOVERLOAD     Overload the REQNEWLINE form driver request.
         OBSOVERLOAD     Overload the REQDELPREV form driver request.

   RETURN VALUE
         setformopts, formoptson and formoptsoff return one of the
         following:
         EOK           - The function returned successfully.
         ESYSTEMERROR - System error.

   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