summaryrefslogtreecommitdiff
path: root/lib/libform/form_data.3
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@cvs.openbsd.org>2010-01-12 23:22:15 +0000
committerNicholas Marriott <nicm@cvs.openbsd.org>2010-01-12 23:22:15 +0000
commit6ee254699bf787d78835419be2b3241fb037d444 (patch)
tree07fe67dab517e4990f344fe2c00e65cef4d25b81 /lib/libform/form_data.3
parent0b62f5dc36fc7203a74cdc812c4234ae188fdfd2 (diff)
Update to ncurses 5.7, with local changes reapplied.
This is around eight years worth of changes (previously we were around ncurses 5.2), too many to list - many bug fixes and also a few new functions. A major bump for libcurses, libpanel, libform and libmenu. ok deraadt
Diffstat (limited to 'lib/libform/form_data.3')
-rw-r--r--lib/libform/form_data.38
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libform/form_data.3 b/lib/libform/form_data.3
index 88cb4dd0b23..e7fca9792cd 100644
--- a/lib/libform/form_data.3
+++ b/lib/libform/form_data.3
@@ -1,8 +1,8 @@
'\" t
-.\" $OpenBSD: form_data.3,v 1.10 1999/01/22 03:30:53 millert Exp $
+.\" $OpenBSD: form_data.3,v 1.11 2010/01/12 23:22:07 nicm Exp $
.\"
.\"***************************************************************************
-.\" Copyright (c) 1998 Free Software Foundation, Inc. *
+.\" Copyright (c) 1998,2006 Free Software Foundation, Inc. *
.\" *
.\" Permission is hereby granted, free of charge, to any person obtaining a *
.\" copy of this software and associated documentation files (the *
@@ -29,7 +29,7 @@
.\" authorization. *
.\"***************************************************************************
.\"
-.\" $From: form_data.3x,v 1.7 1998/11/29 01:13:22 Rick.Ohnemus Exp $
+.\" $Id: form_data.3,v 1.11 2010/01/12 23:22:07 nicm Exp $
.TH form_data 3 ""
.SH NAME
\fBform_data\fR - test for off-screen data in given forms
@@ -43,7 +43,7 @@ bool data_behind(const FORM *form);
.SH DESCRIPTION
The function \fBdata_ahead\fR tests whether there is off-screen data
ahead in the given form. It returns TRUE (1) or FALSE (0).
-
+.PP
The function \fBdata_behind\fR tests whether there is off-screen data
behind in the given form. It returns TRUE (1) or FALSE (0).
.SH SEE ALSO