diff options
Diffstat (limited to 'man/form_win.3x')
| -rw-r--r-- | man/form_win.3x | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/man/form_win.3x b/man/form_win.3x index 4a75b294ce01..ef6b27cfbea9 100644 --- a/man/form_win.3x +++ b/man/form_win.3x @@ -27,8 +27,8 @@ .\" authorization. * .\"*************************************************************************** .\" -.\" $Id: form_win.3x,v 1.35 2024/03/16 15:35:01 tom Exp $ -.TH form_win 3X 2024-03-16 "ncurses @NCURSES_MAJOR@.@NCURSES_MINOR@" "Library calls" +.\" $Id: form_win.3x,v 1.37 2024/12/28 21:26:21 tom Exp $ +.TH form_win 3X 2024-12-28 "ncurses @NCURSES_MAJOR@.@NCURSES_MINOR@" "Library calls" .SH NAME \fBform_win\fP \- make and break form window and subwindow associations @@ -54,14 +54,20 @@ The first four functions get and set those windows. It is not necessary to set either window; by default, the driver code uses \fBstdscr\fP for both. .PP -In the \fBset_\fP functions, window argument of \fBNULL\fP is treated as though -it were \fBstsdcr\fP. A form argument of \fBNULL\fP is treated as a request +In the \fBset_\fP functions, window argument of +.I NULL +is treated as though +it were \fBstsdcr\fP. A form argument of +.I NULL +is treated as a request to change the system default form window or subwindow. .PP The function \fBscale_form\fP returns the minimum size required for the subwindow of \fIform\fP. .SH RETURN VALUE -Routines that return pointers return \fBNULL\fP on error. +Routines that return pointers return +.I NULL +on error. Routines that return an integer return one of the following error codes: .TP 5 |
