logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

data_ahead, data_behind - test for off-screen data in given forms

Authors

       Juergen Pfeifer.  Manual pages and adaptation for new curses by Eric S. Raymond.

Description

       The  function data_ahead tests whether there is off-screen data ahead in the given form.  It returns TRUE
       (1) or FALSE (0).

       The function data_behind tests whether there is off-screen data behind in the  given  form.   It  returns
       TRUE (1) or FALSE (0).

Name

data_ahead, data_behind - test for off-screen data in given forms

Portability

       These routines emulate the System V forms library.  They were not supported on Version 7 or BSD versions.

See Also

ncurses(3NCURSES), form(3FORM)

ncurses 6.5                                        2024-03-16                                        data(3FORM)

Synopsis

#include<form.h>booldata_ahead(constFORM*form);booldata_behind(constFORM*form);

See Also