DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

form_data(S-osr5)


form_data: data_ahead, data_behind -- tell if forms field has off-screen data ahead or behind

Syntax

cc ... -lform -lcurses

#include <form.h>

int data_ahead(FORM *form); int data_behind(FORM *form);

Description

data_ahead(S-osr5) returns TRUE if the current field has more offscreen data ahead; otherwise it returns FALSE.

data_behind(S-osr5) returns TRUE if the current field has more offscreen data behind; otherwise it returns FALSE.

Return values

These functions return a boolean value of TRUE (1) or FALSE (0).

Warning

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

Files


/usr/lib/libform.a
the library

See also

curses(S-osr5), forms(S-osr5)

Standards conformance

data_ahead(S-osr5) and data_behind(S-osr5) are not part of any currently supported standard; they were developed by UNIX System Laboratories, Inc. and are maintained by The SCO Group.
© 2005 The SCO Group, Inc. All rights reserved.
SCO OpenServer Release 6.0.0 -- 02 June 2005