summaryrefslogtreecommitdiff
path: root/payloads/libpayload/curses/form/frm_data.c
diff options
context:
space:
mode:
Diffstat (limited to 'payloads/libpayload/curses/form/frm_data.c')
-rw-r--r--payloads/libpayload/curses/form/frm_data.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/payloads/libpayload/curses/form/frm_data.c b/payloads/libpayload/curses/form/frm_data.c
index 93917d5bbe..85914ebfa8 100644
--- a/payloads/libpayload/curses/form/frm_data.c
+++ b/payloads/libpayload/curses/form/frm_data.c
@@ -35,9 +35,9 @@
MODULE_ID("$Id: frm_data.c,v 1.15 2010/01/23 21:14:36 tom Exp $")
/*---------------------------------------------------------------------------
-| Facility : libnform
+| Facility : libnform
| Function : bool data_behind(const FORM *form)
-|
+|
| Description : Check for off-screen data behind. This is nearly trivial
| because the beginning of a field is fixed.
|
@@ -69,12 +69,12 @@ data_behind(const FORM *form)
}
/*---------------------------------------------------------------------------
-| Facility : libnform
+| Facility : libnform
| Function : static char * Only_Padding(
| WINDOW *w,
| int len,
| int pad)
-|
+|
| Description : Test if 'length' cells starting at the current position
| contain a padding character.
|
@@ -122,11 +122,11 @@ Only_Padding(WINDOW *w, int len, int pad)
}
/*---------------------------------------------------------------------------
-| Facility : libnform
+| Facility : libnform
| Function : bool data_ahead(const FORM *form)
-|
+|
| Description : Check for off-screen data ahead. This is more difficult
-| because a dynamic field has a variable end.
+| because a dynamic field has a variable end.
|
| Return Values : TRUE - there are off-screen data ahead
| FALSE - there are no off-screen data ahead