Print this page
10067 Miscellaneous man page typos
Reviewed by: Robert Mustacchi <rm@joyent.com>
Reviewed by: Andy Fiddaman <andy@omniosce.org>
Reviewed by: Volker A. Brandt <vab@bb-c.de>


   4 
   5 NAME
   6        form_cursor, pos_form_cursor - position forms window cursor
   7 
   8 SYNOPSIS
   9        cc [ flag... ] file... -lform  -lcurses  [ library... ]
  10        #include <form.h>
  11 
  12        int pos_form_cursor(FORM *form);
  13 
  14 
  15 DESCRIPTION
  16        pos_form_cursor() moves the form window cursor to the location required
  17        by the form driver to resume form processing. This may be needed after
  18        the application calls a curses library I/O routine.
  19 
  20 RETURN VALUES
  21        pos_form_cursor() returns one of the following:
  22 
  23        E_OK
  24                          Thefunction returned successfully.
  25 
  26 
  27        E_SYSTEM_ERROR
  28                          System error.
  29 
  30 
  31        E_BAD_ARGUMENT
  32                          An argument is incorrect.
  33 
  34 
  35        E_NOT_POSTED
  36                          The form is not posted.
  37 
  38 
  39 ATTRIBUTES
  40        See attributes(5) for descriptions of the following attributes:
  41 
  42 
  43 
  44 


   4 
   5 NAME
   6        form_cursor, pos_form_cursor - position forms window cursor
   7 
   8 SYNOPSIS
   9        cc [ flag... ] file... -lform  -lcurses  [ library... ]
  10        #include <form.h>
  11 
  12        int pos_form_cursor(FORM *form);
  13 
  14 
  15 DESCRIPTION
  16        pos_form_cursor() moves the form window cursor to the location required
  17        by the form driver to resume form processing. This may be needed after
  18        the application calls a curses library I/O routine.
  19 
  20 RETURN VALUES
  21        pos_form_cursor() returns one of the following:
  22 
  23        E_OK
  24                          The function returned successfully.
  25 
  26 
  27        E_SYSTEM_ERROR
  28                          System error.
  29 
  30 
  31        E_BAD_ARGUMENT
  32                          An argument is incorrect.
  33 
  34 
  35        E_NOT_POSTED
  36                          The form is not posted.
  37 
  38 
  39 ATTRIBUTES
  40        See attributes(5) for descriptions of the following attributes:
  41 
  42 
  43 
  44