diff options
Diffstat (limited to 'usr/src/man/man3xcurses/border.3xcurses')
-rw-r--r-- | usr/src/man/man3xcurses/border.3xcurses | 68 |
1 files changed, 22 insertions, 46 deletions
diff --git a/usr/src/man/man3xcurses/border.3xcurses b/usr/src/man/man3xcurses/border.3xcurses index 193c2a2090..d4f6af140a 100644 --- a/usr/src/man/man3xcurses/border.3xcurses +++ b/usr/src/man/man3xcurses/border.3xcurses @@ -3,7 +3,7 @@ .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License. .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License. .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner] -.TH border 3XCURSES "5 Jun 2002" "SunOS 5.11" "X/Open Curses Library Functions" +.TH BORDER 3XCURSES "Jun 5, 2002" .SH NAME border, box, wborder \- add a single-byte border to a window .SH SYNOPSIS @@ -13,7 +13,7 @@ border, box, wborder \- add a single-byte border to a window \fB -R \fR /usr/xpg4/lib \fB -lcurses \fR [ \fIlibrary\fR... ] \fBc89\fR [ \fIflag\fR... ] \fIfile\fR... \fB-lcurses\fR [ \fIlibrary\fR... ] - + #include <curses.h> \fBint\fR \fBborder\fR(\fBchtype\fR \fIls\fR, \fBchtype\fR \fIrs\fR, \fBchtype\fR \fIts\fR, \fBchtype\fR \fIbs\fR, \fBchtype\fR \fItl\fR, @@ -42,24 +42,23 @@ parameter with the value of 0 is replaced by the default value. .sp .TS -tab() box; -cw(1.83i) cw(1.83i) cw(1.83i) -cw(1.83i) cw(1.83i) cw(1.83i) -. +box; +c c c +c c c . Constant Values for Borders _ -ParameterDefault ConstantDefault Character +Parameter Default Constant Default Character _ -\fIverch \fR\fBACS_VLINE\fR| -\fIhorch \fR\fBACS_HLINE\fR- -\fBls\fR\fBACS_VLINE\fR| -\fIrs\fR\fBACS_VLINE\fR| -\fIts\fR\fBACS_HLINE\fR- -\fIbs\fR\fBACS_HLINE\fR- -\fIbl\fR\fBACS_BLCORNER\fR+ -\fIbr\fR\fBACS_BRCORNER\fR+ -\fItl\fR\fBACS_ULCORNER\fR+ -\fBtr\fR\fBACS_URCORNER\fR+ +\fIverch \fR \fBACS_VLINE\fR | +\fIhorch \fR \fBACS_HLINE\fR - +\fBls\fR \fBACS_VLINE\fR | +\fIrs\fR \fBACS_VLINE\fR | +\fIts\fR \fBACS_HLINE\fR - +\fIbs\fR \fBACS_HLINE\fR - +\fIbl\fR \fBACS_BLCORNER\fR + +\fIbr\fR \fBACS_BRCORNER\fR + +\fItl\fR \fBACS_ULCORNER\fR + +\fBtr\fR \fBACS_URCORNER\fR + .TE .sp @@ -93,122 +92,100 @@ overwrite existing text. .SH PARAMETERS .sp .ne 2 -.mk .na \fB\fIls\fR\fR .ad .RS 9n -.rt Is the character and rendition used for the left side of the border. .RE .sp .ne 2 -.mk .na \fB\fIrs\fR\fR .ad .RS 9n -.rt Is the character and rendition used for the right side of the border. .RE .sp .ne 2 -.mk .na \fB\fIts\fR\fR .ad .RS 9n -.rt Is the character and rendition used for the top of the border. .RE .sp .ne 2 -.mk .na \fB\fIbs\fR\fR .ad .RS 9n -.rt Is the character and rendition used for the bottom of the border. .RE .sp .ne 2 -.mk .na \fB\fItl\fR\fR .ad .RS 9n -.rt Is the character and rendition used for the top-left corner of the border. .RE .sp .ne 2 -.mk .na \fB\fItr\fR\fR .ad .RS 9n -.rt Is the character and rendition used for the top-right corner of the border. .RE .sp .ne 2 -.mk .na \fB\fIbl\fR\fR .ad .RS 9n -.rt Is the character and rendition used for the bottom-left corner of the border. .RE .sp .ne 2 -.mk .na \fB\fIbr\fR\fR .ad .RS 9n -.rt Is the character and rendition used for the bottom-right corner of the border. .RE .sp .ne 2 -.mk .na \fB\fIwin\fR\fR .ad .RS 9n -.rt Is the pointer to the window in which the border or box is to be drawn. .RE .sp .ne 2 -.mk .na \fB\fIverch\fR\fR .ad .RS 9n -.rt Is the character and rendition used for the left and right columns of the box. .RE .sp .ne 2 -.mk .na \fB\fIhorch\fR\fR .ad .RS 9n -.rt Is the character and rendition used for the top and bottom rows of the box. .RE @@ -228,15 +205,14 @@ See \fBattributes\fR(5) for descriptions of the following attributes: .sp .TS -tab() box; -cw(2.75i) |cw(2.75i) -lw(2.75i) |lw(2.75i) -. -ATTRIBUTE TYPEATTRIBUTE VALUE +box; +c | c +l | l . +ATTRIBUTE TYPE ATTRIBUTE VALUE _ -Interface StabilityStandard +Interface Stability Standard _ -MT-LevelUnsafe +MT-Level Unsafe .TE .SH SEE ALSO |