diff options
Diffstat (limited to 'usr/src/man/man3curses')
102 files changed, 981 insertions, 2452 deletions
diff --git a/usr/src/man/man3curses/curs_addch.3curses b/usr/src/man/man3curses/curs_addch.3curses index dd9dcc176e..e8958eefeb 100644 --- a/usr/src/man/man3curses/curs_addch.3curses +++ b/usr/src/man/man3curses/curs_addch.3curses @@ -4,7 +4,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 curs_addch 3CURSES "31 Dec 1996" "SunOS 5.11" "Curses Library Functions" +.TH CURS_ADDCH 3CURSES "Dec 31, 1996" .SH NAME curs_addch, addch, waddch, mvaddch, mvwaddch, echochar, wechochar \- add a character (with attributes) to a curses window and advance cursor @@ -88,61 +88,60 @@ nomenclature. .sp .TS -tab() box; -cw(1.83i) |cw(1.25i) |cw(2.42i) -lw(1.83i) |lw(1.25i) |lw(2.42i) -. -NameDefaultGlyph Description +box; +c | c | c +l | l | l . +Name Default Glyph Description _ -ACS_ULCORNER+upper left-hand corner +ACS_ULCORNER + upper left-hand corner _ -ACS_LLCORNER+lower left-hand corner +ACS_LLCORNER + lower left-hand corner _ -ACS_URCORNER+upper right-hand corner +ACS_URCORNER + upper right-hand corner _ -ACS_LRCORNER+lower right-hand corner +ACS_LRCORNER + lower right-hand corner _ -ACS_RTEE+right tee +ACS_RTEE + right tee _ -ACS_LTEE+left tee +ACS_LTEE + left tee _ -ACS_BTEE+bottom tee +ACS_BTEE + bottom tee _ -ACS_TTEE+top tee +ACS_TTEE + top tee _ -ACS_HLINE-horizontal line +ACS_HLINE - horizontal line _ -ACS_VLINE|vertical line +ACS_VLINE | vertical line _ -ACS_PLUS+plus +ACS_PLUS + plus _ -ACS_S1-scan line 1 +ACS_S1 - scan line 1 _ -ACS_S9-scan line 9 +ACS_S9 - scan line 9 _ -ACS_DIAMOND+diamond +ACS_DIAMOND + diamond _ -ACS_CKBOARD:checker board (stipple) +ACS_CKBOARD : checker board (stipple) _ -ACS_DEGREE\&'degree symbol +ACS_DEGREE \&' degree symbol _ -ACS_PLMINUS#plus/minus +ACS_PLMINUS # plus/minus _ -ACS_BULLETobullet +ACS_BULLET o bullet _ -ACS_LARROW<arrow pointing left +ACS_LARROW < arrow pointing left _ -ACS_RARROW>arrow pointing right +ACS_RARROW > arrow pointing right _ -ACS_DARROWvarrow pointing down +ACS_DARROW v arrow pointing down _ -ACS_UARROW^arrow pointing up +ACS_UARROW ^ arrow pointing up _ -ACS_BOARD#board of squares +ACS_BOARD # board of squares _ -ACS_LANTERN#lantern symbol +ACS_LANTERN # lantern symbol _ -ACS_BLOCK #solid square block +ACS_BLOCK # solid square block .TE .SH RETURN VALUES @@ -158,13 +157,12 @@ 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 _ -MT-LevelUnsafe +MT-Level Unsafe .TE .SH SEE ALSO diff --git a/usr/src/man/man3curses/curs_addchstr.3curses b/usr/src/man/man3curses/curs_addchstr.3curses index c069d9acfa..d3f4cfd8d1 100644 --- a/usr/src/man/man3curses/curs_addchstr.3curses +++ b/usr/src/man/man3curses/curs_addchstr.3curses @@ -4,7 +4,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 curs_addchstr 3CURSES "31 Dec 1996" "SunOS 5.11" "Curses Library Functions" +.TH CURS_ADDCHSTR 3CURSES "Dec 31, 1996" .SH NAME curs_addchstr, addchstr, addchnstr, waddchstr, waddchnstr, mvaddchstr, mvaddchnstr, mvwaddchstr, mvwaddchnstr \- add string of characters and @@ -83,13 +83,12 @@ 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 _ -MT-LevelUnsafe +MT-Level Unsafe .TE .SH SEE ALSO diff --git a/usr/src/man/man3curses/curs_addstr.3curses b/usr/src/man/man3curses/curs_addstr.3curses index a449c98470..398687339e 100644 --- a/usr/src/man/man3curses/curs_addstr.3curses +++ b/usr/src/man/man3curses/curs_addstr.3curses @@ -4,7 +4,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 curs_addstr 3CURSES "31 Dec 1996" "SunOS 5.11" "Curses Library Functions" +.TH CURS_ADDSTR 3CURSES "Dec 31, 1996" .SH NAME curs_addstr, addstr, addnstr, waddstr, waddnstr, mvaddstr, mvaddnstr, mvwaddstr, mvwaddnstr \- add a string of characters to a curses window and @@ -74,13 +74,12 @@ 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 _ -MT-LevelUnsafe +MT-Level Unsafe .TE .SH SEE ALSO diff --git a/usr/src/man/man3curses/curs_addwch.3curses b/usr/src/man/man3curses/curs_addwch.3curses index a79df5e3ec..04945396f2 100644 --- a/usr/src/man/man3curses/curs_addwch.3curses +++ b/usr/src/man/man3curses/curs_addwch.3curses @@ -4,7 +4,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 curs_addwch 3CURSES "31 Dec 1996" "SunOS 5.11" "Curses Library Functions" +.TH CURS_ADDWCH 3CURSES "Dec 31, 1996" .SH NAME curs_addwch, addwch, waddwch, mvaddwch, mvwaddwch, echowchar, wechowchar \- add a wchar_t character (with attributes) to a curses window and advance cursor @@ -16,7 +16,7 @@ a wchar_t character (with attributes) to a curses window and advance cursor .LP .nf -#include<curses.h> +#include<curses.h> \fBint\fR \fBaddwch\fR(\fBchtype\fR \fIwch\fR); .fi @@ -94,61 +94,60 @@ nomenclature. .sp .TS -tab() box; -cw(1.83i) |cw(1.83i) |cw(1.83i) -lw(1.83i) |lw(1.83i) |lw(1.83i) -. -NameDefaultGlyph Description +box; +c | c | c +l | l | l . +Name Default Glyph Description _ -ACS_ULCORNER+upper left-hand corner +ACS_ULCORNER + upper left-hand corner _ -ACS_LLCORNER+lower left-hand corner +ACS_LLCORNER + lower left-hand corner _ -ACS_URCORNER+upper right-hand corner +ACS_URCORNER + upper right-hand corner _ -ACS_LRCORNER+lower right-hand corner +ACS_LRCORNER + lower right-hand corner _ -ACS_RTEE+right tee +ACS_RTEE + right tee _ -ACS_LTEE+left tee +ACS_LTEE + left tee _ -ACS_BTEE+bottom tee +ACS_BTEE + bottom tee _ -ACS_TTEE+top tee +ACS_TTEE + top tee _ -ACS_HLINE-horizontal line +ACS_HLINE - horizontal line _ -ACS_VLINE|vertical line +ACS_VLINE | vertical line _ -ACS_PLUS+plus +ACS_PLUS + plus _ -ACS_S1-scan line 1 +ACS_S1 - scan line 1 _ -ACS_S9-scan line 9 +ACS_S9 - scan line 9 _ -ACS_DIAMOND+diamond +ACS_DIAMOND + diamond _ -ACS_CKBOARD:checker board (stipple) +ACS_CKBOARD : checker board (stipple) _ -ACS_DEGREE\&'degree symbol +ACS_DEGREE \&' degree symbol _ -ACS_PLMINUS#plus/minus +ACS_PLMINUS # plus/minus _ -ACS_BULLETobullet +ACS_BULLET o bullet _ -ACS_LARROW<arrow pointing left +ACS_LARROW < arrow pointing left _ -ACS_RARRROW>arrow pointing right +ACS_RARRROW > arrow pointing right _ -ACS_DARROWvarrow pointing down +ACS_DARROW v arrow pointing down _ -ACS_UARROW^arrow pointing up +ACS_UARROW ^ arrow pointing up _ -ACS_BOARD#board of squares +ACS_BOARD # board of squares _ -ACS_LANTERN#lantern symbol +ACS_LANTERN # lantern symbol _ -ACS_BLOCK#solid square block +ACS_BLOCK # solid square block .TE .SH RETURN VALUE @@ -165,13 +164,12 @@ 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 _ -MT-LevelUnsafe +MT-Level Unsafe .TE .SH SEE ALSO diff --git a/usr/src/man/man3curses/curs_addwchstr.3curses b/usr/src/man/man3curses/curs_addwchstr.3curses index f3a06e5386..6eb3406248 100644 --- a/usr/src/man/man3curses/curs_addwchstr.3curses +++ b/usr/src/man/man3curses/curs_addwchstr.3curses @@ -4,7 +4,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 curs_addwchstr 3CURSES "31 Dec 1996" "SunOS 5.11" "Curses Library Functions" +.TH CURS_ADDWCHSTR 3CURSES "Dec 31, 1996" .SH NAME curs_addwchstr, addwchstr, addwchnstr, waddwchstr, waddwchnstr, mvaddwchstr, mvaddwchnstr, mvwaddwchstr, mvwaddwchnstr \- add string of wchar_t characters @@ -17,7 +17,7 @@ mvaddwchnstr, mvwaddwchstr, mvwaddwchnstr \- add string of wchar_t characters .LP .nf -#include<curses.h> +#include<curses.h> \fBint\fR \fBaddwchstr\fR(\fBchtype *\fR\fIwchstr\fR); .fi @@ -88,13 +88,12 @@ 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 _ -MT-LevelUnsafe +MT-Level Unsafe .TE .SH SEE ALSO diff --git a/usr/src/man/man3curses/curs_addwstr.3curses b/usr/src/man/man3curses/curs_addwstr.3curses index bfccff1bba..ea526df229 100644 --- a/usr/src/man/man3curses/curs_addwstr.3curses +++ b/usr/src/man/man3curses/curs_addwstr.3curses @@ -4,7 +4,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 curs_addwstr 3CURSES "31 Dec 1996" "SunOS 5.11" "Curses Library Functions" +.TH CURS_ADDWSTR 3CURSES "Dec 31, 1996" .SH NAME curs_addwstr, addwstr, addnwstr, waddwstr, waddnwstr, mvaddwstr, mvaddnwstr, mvwaddwstr, mvwaddnwstr \- add a string of wchar_t characters to a curses @@ -17,7 +17,7 @@ window and advance cursor .LP .nf -#include<curses.h> +#include<curses.h> \fBint\fR \fBaddwstr\fR(\fBwchar_t *\fR\fIwstr\fR); .fi @@ -79,13 +79,12 @@ 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 _ -MT-LevelUnsafe +MT-Level Unsafe .TE .SH SEE ALSO diff --git a/usr/src/man/man3curses/curs_alecompat.3curses b/usr/src/man/man3curses/curs_alecompat.3curses index d21dfbe6fb..78175d8638 100644 --- a/usr/src/man/man3curses/curs_alecompat.3curses +++ b/usr/src/man/man3curses/curs_alecompat.3curses @@ -4,7 +4,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 curs_alecompat 3CURSES "31 Dec 1996" "SunOS 5.11" "Curses Library Functions" +.TH CURS_ALECOMPAT 3CURSES "Dec 31, 1996" .SH NAME curs_alecompat, movenextch, wmovenextch, moveprevch, wmoveprevch, adjcurspos, wadjcurspos \- these functions are added to ALE curses library for moving the @@ -79,13 +79,12 @@ 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 _ -MT-LevelUnsafe +MT-Level Unsafe .TE .SH SEE ALSO diff --git a/usr/src/man/man3curses/curs_attr.3curses b/usr/src/man/man3curses/curs_attr.3curses index 32198d94b3..6eaa543c25 100644 --- a/usr/src/man/man3curses/curs_attr.3curses +++ b/usr/src/man/man3curses/curs_attr.3curses @@ -4,7 +4,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 curs_attr 3CURSES "31 Dec 1996" "SunOS 5.11" "Curses Library Functions" +.TH CURS_ATTR 3CURSES "Dec 31, 1996" .SH NAME curs_attr, attroff, wattroff, attron, wattron, attrset, wattrset, standend, wstandend, standout, wstandout \- curses character and window attribute control @@ -89,100 +89,82 @@ the routines \fBattron()\fR, \fBattroff()\fR, and \fBattrset()\fR, or OR-ed with the characters passed to \fBaddch()\fR. .sp .ne 2 -.mk .na \fBA_STANDOUT\fR .ad .RS 17n -.rt Best highlighting mode of the terminal .RE .sp .ne 2 -.mk .na \fBA_UNDERLINE\fR .ad .RS 17n -.rt Underlining .RE .sp .ne 2 -.mk .na \fBA_REVERSE\fR .ad .RS 17n -.rt Reverse video .RE .sp .ne 2 -.mk .na \fBA_BLINK\fR .ad .RS 17n -.rt Blinking .RE .sp .ne 2 -.mk .na \fBA_DIM\fR .ad .RS 17n -.rt Half bright .RE .sp .ne 2 -.mk .na \fBA_BOLD\fR .ad .RS 17n -.rt Extra bright or bold .RE .sp .ne 2 -.mk .na \fBA_ALTCHARSET\fR .ad .RS 17n -.rt Alternate character set .RE .sp .ne 2 -.mk .na \fBA_CHARTEXT\fR .ad .RS 17n -.rt Bit-mask to extract a character .RE .sp .ne 2 -.mk .na \fBCOLOR_PAIR(\fIn\fR)\fR .ad .RS 17n -.rt Color-pair number \fIn\fR .RE @@ -191,12 +173,10 @@ Color-pair number \fIn\fR The following macro is the reverse of \fBCOLOR_PAIR(\fR\fIn\fR\fB):\fR .sp .ne 2 -.mk .na \fBPAIR_NUMBER(\fIattrs\fR)\fR .ad .RS 22n -.rt Returns the pair number associated with the \fBCOLOR_PAIR(\fR\fIn\fR) attribute .RE @@ -212,13 +192,12 @@ 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 _ -MT-LevelUnsafe +MT-Level Unsafe .TE .SH SEE ALSO diff --git a/usr/src/man/man3curses/curs_beep.3curses b/usr/src/man/man3curses/curs_beep.3curses index 307dea9fe2..5b66162f62 100644 --- a/usr/src/man/man3curses/curs_beep.3curses +++ b/usr/src/man/man3curses/curs_beep.3curses @@ -4,7 +4,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 curs_beep 3CURSES "31 Dec 1996" "SunOS 5.11" "Curses Library Functions" +.TH CURS_BEEP 3CURSES "Dec 31, 1996" .SH NAME curs_beep, beep, flash \- curses bell and screen flash routines .SH SYNOPSIS @@ -43,13 +43,12 @@ 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 _ -MT-LevelUnsafe +MT-Level Unsafe .TE .SH SEE ALSO diff --git a/usr/src/man/man3curses/curs_bkgd.3curses b/usr/src/man/man3curses/curs_bkgd.3curses index cfa7540668..9835f275ec 100644 --- a/usr/src/man/man3curses/curs_bkgd.3curses +++ b/usr/src/man/man3curses/curs_bkgd.3curses @@ -4,7 +4,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 curs_bkgd 3CURSES "31 Dec 1996" "SunOS 5.11" "Curses Library Functions" +.TH CURS_BKGD 3CURSES "Dec 31, 1996" .SH NAME curs_bkgd, bkgd, bkgdset, wbkgdset, wbkgd \- curses window background manipulation routines @@ -67,13 +67,12 @@ 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 _ -MT-LevelUnsafe +MT-Level Unsafe .TE .SH SEE ALSO diff --git a/usr/src/man/man3curses/curs_border.3curses b/usr/src/man/man3curses/curs_border.3curses index 3ee6c28929..2bb09c5fa6 100644 --- a/usr/src/man/man3curses/curs_border.3curses +++ b/usr/src/man/man3curses/curs_border.3curses @@ -4,7 +4,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 curs_border 3CURSES "31 Dec 1996" "SunOS 5.11" "Curses Library Functions" +.TH CURS_BORDER 3CURSES "Dec 31, 1996" .SH NAME curs_border, border, wborder, box, whline, wvline \- create curses borders, horizontal and vertical lines @@ -58,18 +58,16 @@ is drawn around the edges of the window. The arguments and attributes are: .sp .TS -tab(); -lw(2.75i) lw(2.75i) -lw(2.75i) lw(2.75i) -. -\fBls\fRleft side of the border -\fBrs\fRright side of the border -\fBts\fRtop side of the border -\fBbs\fRbottom side of the border -\fBtl\fRtop left-hand corner -\fBtr\fRtop right-hand corner -\fBbl\fRbottom left-hand corner -\fBbr\fRbottom right-hand corner +l l +l l . +\fBls\fR left side of the border +\fBrs\fR right side of the border +\fBts\fR top side of the border +\fBbs\fR bottom side of the border +\fBtl\fR top left-hand corner +\fBtr\fR top right-hand corner +\fBbl\fR bottom left-hand corner +\fBbr\fR bottom right-hand corner .TE .sp @@ -111,13 +109,12 @@ 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 _ -MT-LevelUnsafe +MT-Level Unsafe .TE .SH SEE ALSO diff --git a/usr/src/man/man3curses/curs_clear.3curses b/usr/src/man/man3curses/curs_clear.3curses index 9e8496820e..7f76131ad7 100644 --- a/usr/src/man/man3curses/curs_clear.3curses +++ b/usr/src/man/man3curses/curs_clear.3curses @@ -4,7 +4,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 curs_clear 3CURSES "31 Dec 1996" "SunOS 5.11" "Curses Library Functions" +.TH CURS_CLEAR 3CURSES "Dec 31, 1996" .SH NAME curs_clear, erase, werase, clear, wclear, clrtobot, wclrtobot, clrtoeol, wclrtoeol \- clear all or part of a curses window @@ -85,13 +85,12 @@ 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 _ -MT-LevelUnsafe +MT-Level Unsafe .TE .SH SEE ALSO diff --git a/usr/src/man/man3curses/curs_color.3curses b/usr/src/man/man3curses/curs_color.3curses index c42acccd58..6e833f4d47 100644 --- a/usr/src/man/man3curses/curs_color.3curses +++ b/usr/src/man/man3curses/curs_color.3curses @@ -4,7 +4,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 curs_color 3CURSES "31 Dec 1996" "SunOS 5.11" "Curses Library Functions" +.TH CURS_COLOR 3CURSES "Dec 31, 1996" .SH NAME curs_color, start_color, init_pair, init_color, has_colors, can_change_color, color_content, pair_content \- curses color manipulation functions @@ -162,13 +162,12 @@ 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 _ -MT-LevelUnsafe +MT-Level Unsafe .TE .SH SEE ALSO diff --git a/usr/src/man/man3curses/curs_delch.3curses b/usr/src/man/man3curses/curs_delch.3curses index 4025948ce0..2eafb8fb7a 100644 --- a/usr/src/man/man3curses/curs_delch.3curses +++ b/usr/src/man/man3curses/curs_delch.3curses @@ -4,7 +4,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 curs_delch 3CURSES "31 Dec 1996" "SunOS 5.11" "Curses Library Functions" +.TH CURS_DELCH 3CURSES "Dec 31, 1996" .SH NAME curs_delch, delch, wdelch, mvdelch, mvwdelch \- delete character under cursor in a curses window @@ -53,13 +53,12 @@ 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 _ -MT-LevelUnsafe +MT-Level Unsafe .TE .SH SEE ALSO diff --git a/usr/src/man/man3curses/curs_deleteln.3curses b/usr/src/man/man3curses/curs_deleteln.3curses index 1a4c0c7e1e..d9f04d1ade 100644 --- a/usr/src/man/man3curses/curs_deleteln.3curses +++ b/usr/src/man/man3curses/curs_deleteln.3curses @@ -4,7 +4,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 curs_deleteln 3CURSES "31 Dec 1996" "SunOS 5.11" "Curses Library Functions" +.TH CURS_DELETELN 3CURSES "Dec 31, 1996" .SH NAME curs_deleteln, deleteln, wdeleteln, insdelln, winsdelln, insertln, winsertln \- delete and insert lines in a curses window @@ -74,13 +74,12 @@ 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 _ -MT-LevelUnsafe +MT-Level Unsafe .TE .SH SEE ALSO diff --git a/usr/src/man/man3curses/curs_getch.3curses b/usr/src/man/man3curses/curs_getch.3curses index d3b7360e1d..24fe0a96d0 100644 --- a/usr/src/man/man3curses/curs_getch.3curses +++ b/usr/src/man/man3curses/curs_getch.3curses @@ -4,7 +4,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 curs_getch 3CURSES "31 Dec 1996" "SunOS 5.11" "Curses Library Functions" +.TH CURS_GETCH 3CURSES "Dec 31, 1996" .SH NAME curs_getch, getch, wgetch, mvgetch, mvwgetch, ungetch \- get (or push back) characters from curses terminal keyboard @@ -82,106 +82,104 @@ present in the \fIterminfo\fR database. .sp .TS -tab(); -cw(2.75i) cw(2.75i) -lw(2.75i) lw(2.75i) -. -\fBName\fR\fBKey name\fR +c c +l l . +\fBName\fR \fBKey name\fR _ -KEY_BREAKBreak key -KEY_DOWNThe four arrow keys \|.\|.\|. -KEY_UP -KEY_LEFT -KEY_RIGHT -KEY_HOMEHome key (upward+left arrow) -KEY_BACKSPACEBackspace -KEY_F0T{ +KEY_BREAK Break key +KEY_DOWN The four arrow keys \|.\|.\|. +KEY_UP +KEY_LEFT +KEY_RIGHT +KEY_HOME Home key (upward+left arrow) +KEY_BACKSPACE Backspace +KEY_F0 T{ Function keys; space for 64 keys is reserved. T} -KEY_F(\fBn\fR)For 0 \(<= \fBn\fR \(<= 63 -KEY_DLDelete line -KEY_ILInsert line -KEY_DCDelete character -KEY_ICInsert char or enter insert mode -KEY_EICExit insert char mode -KEY_CLEARClear screen -KEY_EOSClear to end of screen -KEY_EOLClear to end of line -KEY_SFScroll 1 line forward - KEY_SRScroll 1 line backward (reverse) -KEY_NPAGENext page -KEY_PPAGEPrevious page -KEY_STABSet tab -KEY_CTABClear tab -KEY_CATABClear all tabs -KEY_ENTEREnter or send -KEY_SRESETSoft (partial) reset -KEY_RESETReset or hard reset -KEY_PRINTPrint or copy -KEY_LLT{ +KEY_F(\fBn\fR) For 0 \(<= \fBn\fR \(<= 63 +KEY_DL Delete line +KEY_IL Insert line +KEY_DC Delete character +KEY_IC Insert char or enter insert mode +KEY_EIC Exit insert char mode +KEY_CLEAR Clear screen +KEY_EOS Clear to end of screen +KEY_EOL Clear to end of line +KEY_SF Scroll 1 line forward + KEY_SR Scroll 1 line backward (reverse) +KEY_NPAGE Next page +KEY_PPAGE Previous page +KEY_STAB Set tab +KEY_CTAB Clear tab +KEY_CATAB Clear all tabs +KEY_ENTER Enter or send +KEY_SRESET Soft (partial) reset +KEY_RESET Reset or hard reset +KEY_PRINT Print or copy +KEY_LL T{ Home down or bottom (lower left). Keypad is arranged like this: (Row 1) A1 up A3 (Row 2) left B2 right (Row 3) C1 down C3 T} -KEY_A1Upper left of keypad -KEY_A3Upper right of keypad -KEY_B2Center of keypad -KEY_C1Lower left of keypad -KEY_C3Lower right of keypad -KEY_BTABBack tab key -KEY_BEGBeg(inning) key -KEY_CANCELCancel key -KEY_CLOSEClose key -KEY_COMMANDCmd (command) key -KEY_COPYCopy key -KEY_CREATECreate key -KEY_ENDEnd key -KEY_EXITExit key -KEY_FINDFind key -KEY_HELPHelp key -KEY_MARKMark key -KEY_MESSAGEMessage key -KEY_MOVEMove key -KEY_NEXTNext object key -KEY_OPENOpen key -KEY_OPTIONSOptions key -KEY_PREVIOUSPrevious object key -KEY_REDORedo key -KEY_REFERENCEReference key -KEY_REFRESH Refresh key -KEY_REPLACEReplace key -KEY_RESTARTRestart key -KEY_RESUMEResume key -KEY_SAVESave key -KEY_SBEGShifted beginning key -KEY_SCANCELShifted cancel key -KEY_SCOMMANDShifted command key -KEY_SCOPYShifted copy key -KEY_SCREATEShifted create key -KEY_SDCShifted delete char key -KEY_SDLShifted delete line key -KEY_SELECTSelect key -KEY_SENDShifted end key -KEY_SEOLShifted clear line key -KEY_SEXITShifted exit key -KEY_SFINDShifted find key -KEY_SHELPShifted help key -KEY_SHOMEShifted home key -KEY_SICShifted input key -KEY_SLEFTShifted left arrow key -KEY_SMESSAGEShifted message key -KEY_SMOVEShifted move key -KEY_SNEXTShifted next key -KEY_SOPTIONSShifted options key -KEY_SPREVIOUSShifted prev key -KEY_SPRINTShifted print key -KEY_SREDOShifted redo key -KEY_SREPLACEShifted replace key -KEY_SRIGHTShifted right arrow -KEY_SRSUMEShifted resume key -KEY_SSAVEShifted save key -KEY_SSUSPENDShifted suspend key -KEY_SUNDOShifted undo key -KEY_SUSPENDSuspend key -KEY_UNDOUndo key +KEY_A1 Upper left of keypad +KEY_A3 Upper right of keypad +KEY_B2 Center of keypad +KEY_C1 Lower left of keypad +KEY_C3 Lower right of keypad +KEY_BTAB Back tab key +KEY_BEG Beg(inning) key +KEY_CANCEL Cancel key +KEY_CLOSE Close key +KEY_COMMAND Cmd (command) key +KEY_COPY Copy key +KEY_CREATE Create key +KEY_END End key +KEY_EXIT Exit key +KEY_FIND Find key +KEY_HELP Help key +KEY_MARK Mark key +KEY_MESSAGE Message key +KEY_MOVE Move key +KEY_NEXT Next object key +KEY_OPEN Open key +KEY_OPTIONS Options key +KEY_PREVIOUS Previous object key +KEY_REDO Redo key +KEY_REFERENCE Reference key +KEY_REFRESH Refresh key +KEY_REPLACE Replace key +KEY_RESTART Restart key +KEY_RESUME Resume key +KEY_SAVE Save key +KEY_SBEG Shifted beginning key +KEY_SCANCEL Shifted cancel key +KEY_SCOMMAND Shifted command key +KEY_SCOPY Shifted copy key +KEY_SCREATE Shifted create key +KEY_SDC Shifted delete char key +KEY_SDL Shifted delete line key +KEY_SELECT Select key +KEY_SEND Shifted end key +KEY_SEOL Shifted clear line key +KEY_SEXIT Shifted exit key +KEY_SFIND Shifted find key +KEY_SHELP Shifted help key +KEY_SHOME Shifted home key +KEY_SIC Shifted input key +KEY_SLEFT Shifted left arrow key +KEY_SMESSAGE Shifted message key +KEY_SMOVE Shifted move key +KEY_SNEXT Shifted next key +KEY_SOPTIONS Shifted options key +KEY_SPREVIOUS Shifted prev key +KEY_SPRINT Shifted print key +KEY_SREDO Shifted redo key +KEY_SREPLACE Shifted replace key +KEY_SRIGHT Shifted right arrow +KEY_SRSUME Shifted resume key +KEY_SSAVE Shifted save key +KEY_SSUSPEND Shifted suspend key +KEY_SUNDO Shifted undo key +KEY_SUSPEND Suspend key +KEY_UNDO Undo key .TE .SH RETURN VALUES @@ -199,13 +197,12 @@ 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 _ -MT-LevelUnsafe +MT-Level Unsafe .TE .SH SEE ALSO diff --git a/usr/src/man/man3curses/curs_getstr.3curses b/usr/src/man/man3curses/curs_getstr.3curses index 31afdd7ecc..e66b90c2a0 100644 --- a/usr/src/man/man3curses/curs_getstr.3curses +++ b/usr/src/man/man3curses/curs_getstr.3curses @@ -4,7 +4,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 curs_getstr 3CURSES "31 Dec 1996" "SunOS 5.11" "Curses Library Functions" +.TH CURS_GETSTR 3CURSES "Dec 31, 1996" .SH NAME curs_getstr, getstr, wgetstr, mvgetstr, mvwgetstr, wgetnstr \- get character strings from curses terminal keyboard @@ -60,13 +60,12 @@ 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 _ -MT-LevelUnsafe +MT-Level Unsafe .TE .SH SEE ALSO diff --git a/usr/src/man/man3curses/curs_getwch.3curses b/usr/src/man/man3curses/curs_getwch.3curses index fcb1a259d6..b146753877 100644 --- a/usr/src/man/man3curses/curs_getwch.3curses +++ b/usr/src/man/man3curses/curs_getwch.3curses @@ -4,7 +4,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 curs_getwch 3CURSES "31 Dec 1996" "SunOS 5.11" "Curses Library Functions" +.TH CURS_GETWCH 3CURSES "Dec 31, 1996" .SH NAME curs_getwch, getwch, wgetwch, mvgetwch, mvwgetwch, ungetwch \- get (or push back) wchar_t characters from curses terminal keyboard @@ -82,106 +82,105 @@ present in the \fBterminfo\fR(4) database. .sp .TS -tab() box; -cw(2.75i) cw(2.75i) -lw(2.75i) lw(2.75i) -. -\fIName\fR\fIKey name\fR +box; +c c +l l . +\fIName\fR \fIKey name\fR _ -KEY_BREAKBreak key -KEY_DOWNThe four arrow keys \|.\|.\|. -KEY_UP -KEY_LEFT -KEY_RIGHT -KEY_HOMEHome key (upward+left arrow) -KEY_BACKSPACEBackspace -KEY_F0T{ +KEY_BREAK Break key +KEY_DOWN The four arrow keys \|.\|.\|. +KEY_UP +KEY_LEFT +KEY_RIGHT +KEY_HOME Home key (upward+left arrow) +KEY_BACKSPACE Backspace +KEY_F0 T{ Function keys; space for 64 keys is reserved. T} -KEY_F(\fIn\fR)For 0 \(<= \fIn\fR \(<= 63 -KEY_DLDelete line -KEY_ILInsert line -KEY_DCDelete character -KEY_ICInsert char or enter insert mode -KEY_EICExit insert char mode -KEY_CLEARClear screen -KEY_EOSClear to end of screen -KEY_EOLClear to end of line -KEY_SFScroll 1 line forward - KEY_SRScroll 1 line backward (reverse) -KEY_NPAGENext page -KEY_PPAGEPrevious page -KEY_STABSet tab -KEY_CTABClear tab -KEY_CATABClear all tabs -KEY_ENTEREnter or send -KEY_SRESETSoft (partial) reset -KEY_RESETReset or hard reset -KEY_PRINTPrint or copy -KEY_LLT{ +KEY_F(\fIn\fR) For 0 \(<= \fIn\fR \(<= 63 +KEY_DL Delete line +KEY_IL Insert line +KEY_DC Delete character +KEY_IC Insert char or enter insert mode +KEY_EIC Exit insert char mode +KEY_CLEAR Clear screen +KEY_EOS Clear to end of screen +KEY_EOL Clear to end of line +KEY_SF Scroll 1 line forward + KEY_SR Scroll 1 line backward (reverse) +KEY_NPAGE Next page +KEY_PPAGE Previous page +KEY_STAB Set tab +KEY_CTAB Clear tab +KEY_CATAB Clear all tabs +KEY_ENTER Enter or send +KEY_SRESET Soft (partial) reset +KEY_RESET Reset or hard reset +KEY_PRINT Print or copy +KEY_LL T{ Home down or bottom (lower left). Keypad is arranged like this: A1 up A3 left B2 right C1 down C3 T} -KEY_A1Upper left of keypad -KEY_A3Upper right of keypad -KEY_B2Center of keypad -KEY_C1Lower left of keypad -KEY_C3Lower right of keypad -KEY_BTABBack tab key -KEY_BEGBeg(inning) key -KEY_CANCELCancel key -KEY_CLOSEClose key -KEY_COMMANDCmd (command) key -KEY_COPYCopy key -KEY_CREATECreate key -KEY_ENDEnd key -KEY_EXITExit key -KEY_FINDFind key -KEY_HELPHelp key -KEY_MARKMark key -KEY_MESSAGEMessage key -KEY_MOVEMove key -KEY_NEXTNext object key -KEY_OPENOpen key -KEY_OPTIONSOptions key -KEY_PREVIOUSPrevious object key -KEY_REDORedo key -KEY_REFERENCEReference key -KEY_REFRESH Refresh key -KEY_REPLACEReplace key -KEY_RESTARTRestart key -KEY_RESUMEResume key -KEY_SAVESave key -KEY_SBEGShifted beginning key -KEY_SCANCELShifted cancel key -KEY_SCOMMANDShifted command key -KEY_SCOPYShifted copy key -KEY_SCREATEShifted create key -KEY_SDCShifted delete char key -KEY_SDLShifted delete line key -KEY_SELECTSelect key -KEY_SENDShifted end key -KEY_SEOLShifted clear line key -KEY_SEXITShifted exit key -KEY_SFINDShifted find key -KEY_SHELPShifted help key -KEY_SHOMEShifted home key -KEY_SICShifted input key -KEY_SLEFTShifted left arrow key -KEY_SMESSAGEShifted message key -KEY_SMOVEShifted move key -KEY_SNEXTShifted next key -KEY_SOPTIONSShifted options key -KEY_SPREVIOUSShifted prev key -KEY_SPRINTShifted print key -KEY_SREDOShifted redo key -KEY_SREPLACEShifted replace key -KEY_SRIGHTShifted right arrow -KEY_SRSUMEShifted resume key -KEY_SSAVEShifted save key -KEY_SSUSPENDShifted suspend key -KEY_SUNDOShifted undo key -KEY_SUSPENDSuspend key -KEY_UNDOUndo key +KEY_A1 Upper left of keypad +KEY_A3 Upper right of keypad +KEY_B2 Center of keypad +KEY_C1 Lower left of keypad +KEY_C3 Lower right of keypad +KEY_BTAB Back tab key +KEY_BEG Beg(inning) key +KEY_CANCEL Cancel key +KEY_CLOSE Close key +KEY_COMMAND Cmd (command) key +KEY_COPY Copy key +KEY_CREATE Create key +KEY_END End key +KEY_EXIT Exit key +KEY_FIND Find key +KEY_HELP Help key +KEY_MARK Mark key +KEY_MESSAGE Message key +KEY_MOVE Move key +KEY_NEXT Next object key +KEY_OPEN Open key +KEY_OPTIONS Options key +KEY_PREVIOUS Previous object key +KEY_REDO Redo key +KEY_REFERENCE Reference key +KEY_REFRESH Refresh key +KEY_REPLACE Replace key +KEY_RESTART Restart key +KEY_RESUME Resume key +KEY_SAVE Save key +KEY_SBEG Shifted beginning key +KEY_SCANCEL Shifted cancel key +KEY_SCOMMAND Shifted command key +KEY_SCOPY Shifted copy key +KEY_SCREATE Shifted create key +KEY_SDC Shifted delete char key +KEY_SDL Shifted delete line key +KEY_SELECT Select key +KEY_SEND Shifted end key +KEY_SEOL Shifted clear line key +KEY_SEXIT Shifted exit key +KEY_SFIND Shifted find key +KEY_SHELP Shifted help key +KEY_SHOME Shifted home key +KEY_SIC Shifted input key +KEY_SLEFT Shifted left arrow key +KEY_SMESSAGE Shifted message key +KEY_SMOVE Shifted move key +KEY_SNEXT Shifted next key +KEY_SOPTIONS Shifted options key +KEY_SPREVIOUS Shifted prev key +KEY_SPRINT Shifted print key +KEY_SREDO Shifted redo key +KEY_SREPLACE Shifted replace key +KEY_SRIGHT Shifted right arrow +KEY_SRSUME Shifted resume key +KEY_SSAVE Shifted save key +KEY_SSUSPEND Shifted suspend key +KEY_SUNDO Shifted undo key +KEY_SUSPEND Suspend key +KEY_UNDO Undo key .TE .SH RETURN VALUE @@ -197,13 +196,12 @@ 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 _ -MT-LevelUnsafe +MT-Level Unsafe .TE .SH SEE ALSO diff --git a/usr/src/man/man3curses/curs_getwstr.3curses b/usr/src/man/man3curses/curs_getwstr.3curses index f3683acb29..7bbff59cad 100644 --- a/usr/src/man/man3curses/curs_getwstr.3curses +++ b/usr/src/man/man3curses/curs_getwstr.3curses @@ -4,7 +4,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 curs_getwstr 3CURSES "31 Dec 1996" "SunOS 5.11" "Curses Library Functions" +.TH CURS_GETWSTR 3CURSES "Dec 31, 1996" .SH NAME curs_getwstr, getwstr, getnwstr, wgetwstr, wgetnwstr, mvgetwstr, mvgetnwstr, mvwgetwstr, mvwgetnwstr \- get wchar_t character strings from curses terminal @@ -76,13 +76,12 @@ See \fBattributes\fR(5) for a description 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 _ -MT-LevelUnsafe +MT-Level Unsafe .TE .SH SEE ALSO diff --git a/usr/src/man/man3curses/curs_getyx.3curses b/usr/src/man/man3curses/curs_getyx.3curses index d78fe19cfd..9dd998fbde 100644 --- a/usr/src/man/man3curses/curs_getyx.3curses +++ b/usr/src/man/man3curses/curs_getyx.3curses @@ -4,7 +4,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 curs_getyx 3CURSES "31 Dec 1996" "SunOS 5.11" "Curses Library Functions" +.TH CURS_GETYX 3CURSES "Dec 31, 1996" .SH NAME curs_getyx, getyx, getparyx, getbegyx, getmaxyx \- get curses cursor and window coordinates @@ -60,13 +60,12 @@ 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 _ -MT-LevelUnsafe +MT-Level Unsafe .TE .SH SEE ALSO diff --git a/usr/src/man/man3curses/curs_inch.3curses b/usr/src/man/man3curses/curs_inch.3curses index 3bb4bd0a8f..bc9e316bbd 100644 --- a/usr/src/man/man3curses/curs_inch.3curses +++ b/usr/src/man/man3curses/curs_inch.3curses @@ -4,7 +4,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 curs_inch 3CURSES "31 Dec 1996" "SunOS 5.11" "Curses Library Functions" +.TH CURS_INCH 3CURSES "Dec 31, 1996" .SH NAME curs_inch, inch, winch, mvinch, mvwinch \- get a character and its attributes from a curses window @@ -47,34 +47,28 @@ The following bit-masks can be AND-ed with characters returned by \fBwinch()\fR. .sp .ne 2 -.mk .na \fBA_CHARTEXT\fR .ad .RS 16n -.rt Bit-mask to extract character .RE .sp .ne 2 -.mk .na \fBA_ATTRIBUTES\fR .ad .RS 16n -.rt Bit-mask to extract attributes .RE .sp .ne 2 -.mk .na \fBA_COLOR\fR .ad .RS 16n -.rt Bit-mask to extract color-pair field information .RE @@ -86,13 +80,12 @@ 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 _ -MT-LevelUnsafe +MT-Level Unsafe .TE .SH SEE ALSO diff --git a/usr/src/man/man3curses/curs_inchstr.3curses b/usr/src/man/man3curses/curs_inchstr.3curses index de144bb0ca..62e5d321f9 100644 --- a/usr/src/man/man3curses/curs_inchstr.3curses +++ b/usr/src/man/man3curses/curs_inchstr.3curses @@ -4,7 +4,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 curs_inchstr 3CURSES "31 Dec 1996" "SunOS 5.11" "Curses Library Functions" +.TH CURS_INCHSTR 3CURSES "Dec 31, 1996" .SH NAME curs_inchstr, inchstr, inchnstr, winchstr, winchnstr, mvinchstr, mvinchnstr, mvwinchstr, mvwinchnstr \- get a string of characters (and attributes) from a @@ -76,13 +76,12 @@ 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 _ -MT-LevelUnsafe +MT-Level Unsafe .TE .SH SEE ALSO diff --git a/usr/src/man/man3curses/curs_initscr.3curses b/usr/src/man/man3curses/curs_initscr.3curses index 100f9403d5..6983540823 100644 --- a/usr/src/man/man3curses/curs_initscr.3curses +++ b/usr/src/man/man3curses/curs_initscr.3curses @@ -4,7 +4,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 curs_initscr 3CURSES "31 Dec 1996" "SunOS 5.11" "Curses Library Functions" +.TH CURS_INITSCR 3CURSES "Dec 31, 1996" .SH NAME curs_initscr, initscr, newterm, endwin, isendwin, set_term, delscreen \- curses screen initialization and manipulation routines @@ -110,13 +110,12 @@ 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 _ -MT-LevelUnsafe +MT-Level Unsafe .TE .SH SEE ALSO diff --git a/usr/src/man/man3curses/curs_inopts.3curses b/usr/src/man/man3curses/curs_inopts.3curses index 85d6948527..716748cd7d 100644 --- a/usr/src/man/man3curses/curs_inopts.3curses +++ b/usr/src/man/man3curses/curs_inopts.3curses @@ -4,7 +4,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 curs_inopts 3CURSES "31 Dec 1996" "SunOS 5.11" "Curses Library Functions" +.TH CURS_INOPTS 3CURSES "Dec 31, 1996" .SH NAME curs_inopts, cbreak, nocbreak, echo, noecho, halfdelay, intrflush, keypad, meta, nodelay, notimeout, raw, noraw, noqiflush, qiflush, timeout, wtimeout, @@ -227,13 +227,12 @@ 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 _ -MT-LevelUnsafe +MT-Level Unsafe .TE .SH SEE ALSO diff --git a/usr/src/man/man3curses/curs_insch.3curses b/usr/src/man/man3curses/curs_insch.3curses index 2637bb4cd5..dd2c3b4041 100644 --- a/usr/src/man/man3curses/curs_insch.3curses +++ b/usr/src/man/man3curses/curs_insch.3curses @@ -4,7 +4,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 curs_insch 3CURSES "31 Dec 1996" "SunOS 5.11" "Curses Library Functions" +.TH CURS_INSCH 3CURSES "Dec 31, 1996" .SH NAME curs_insch, insch, winsch, mvinsch, mvwinsch \- insert a character before the character under the cursor in a curses window @@ -53,13 +53,12 @@ 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 _ -MT-LevelUnsafe +MT-Level Unsafe .TE .SH SEE ALSO diff --git a/usr/src/man/man3curses/curs_insstr.3curses b/usr/src/man/man3curses/curs_insstr.3curses index 6900ffb3fd..08d626e351 100644 --- a/usr/src/man/man3curses/curs_insstr.3curses +++ b/usr/src/man/man3curses/curs_insstr.3curses @@ -4,7 +4,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 curs_insstr 3CURSES "31 Dec 1996" "SunOS 5.11" "Curses Library Functions" +.TH CURS_INSSTR 3CURSES "Dec 31, 1996" .SH NAME curs_insstr, insstr, insnstr, winsstr, winsnstr, mvinsstr, mvinsnstr, mvwinsstr, mvwinsnstr \- insert string before character under the cursor in a @@ -86,13 +86,12 @@ 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 _ -MT-LevelUnsafe +MT-Level Unsafe .TE .SH SEE ALSO diff --git a/usr/src/man/man3curses/curs_instr.3curses b/usr/src/man/man3curses/curs_instr.3curses index 87be824d0f..dbfd978745 100644 --- a/usr/src/man/man3curses/curs_instr.3curses +++ b/usr/src/man/man3curses/curs_instr.3curses @@ -4,7 +4,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 curs_instr 3CURSES "31 Dec 1996" "SunOS 5.11" "Curses Library Functions" +.TH CURS_INSTR 3CURSES "Dec 31, 1996" .SH NAME curs_instr, instr, innstr, winstr, winnstr, mvinstr, mvinnstr, mvwinstr, mvwinnstr \- get a string of characters from a curses window @@ -73,13 +73,12 @@ 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 _ -MT-LevelUnsafe +MT-Level Unsafe .TE .SH SEE ALSO diff --git a/usr/src/man/man3curses/curs_inswch.3curses b/usr/src/man/man3curses/curs_inswch.3curses index 909b7ad330..3bf225ee8d 100644 --- a/usr/src/man/man3curses/curs_inswch.3curses +++ b/usr/src/man/man3curses/curs_inswch.3curses @@ -4,7 +4,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 curs_inswch 3CURSES "31 Dec 1996" "SunOS 5.11" "Curses Library Functions" +.TH CURS_INSWCH 3CURSES "Dec 31, 1996" .SH NAME curs_inswch, inswch, winswch, mvinswch, mvwinswch \- insert a wchar_t character before the character under the cursor in a curses window @@ -54,13 +54,12 @@ 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 _ -MT-LevelUnsafe +MT-Level Unsafe .TE .SH SEE ALSO diff --git a/usr/src/man/man3curses/curs_inswstr.3curses b/usr/src/man/man3curses/curs_inswstr.3curses index eedc5be804..65591001f8 100644 --- a/usr/src/man/man3curses/curs_inswstr.3curses +++ b/usr/src/man/man3curses/curs_inswstr.3curses @@ -4,7 +4,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 curs_inswstr 3CURSES "31 Dec 1996" "SunOS 5.11" "Curses Library Functions" +.TH CURS_INSWSTR 3CURSES "Dec 31, 1996" .SH NAME curs_inswstr, inswstr, insnwstr, winswstr, winsnwstr, mvinswstr, mvinsnwstr, mvwinswstr, mvwinsnwstr \- insert wchar_t string before character under the @@ -87,13 +87,12 @@ 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 _ -MT-LevelUnsafe +MT-Level Unsafe .TE .SH SEE ALSO diff --git a/usr/src/man/man3curses/curs_inwch.3curses b/usr/src/man/man3curses/curs_inwch.3curses index 3aa024925e..b7d2f3b7c1 100644 --- a/usr/src/man/man3curses/curs_inwch.3curses +++ b/usr/src/man/man3curses/curs_inwch.3curses @@ -4,7 +4,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 curs_inwch 3CURSES "31 Dec 1996" "SunOS 5.11" "Curses Library Functions" +.TH CURS_INWCH 3CURSES "Dec 31, 1996" .SH NAME curs_inwch, inwch, winwch, mvinwch, mvwinwch \- get a wchar_t character and its attributes from a curses window @@ -61,13 +61,12 @@ 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 _ -MT-LevelUnsafe +MT-Level Unsafe .TE .SH SEE ALSO diff --git a/usr/src/man/man3curses/curs_inwchstr.3curses b/usr/src/man/man3curses/curs_inwchstr.3curses index cadf790d10..8a2c4b3da2 100644 --- a/usr/src/man/man3curses/curs_inwchstr.3curses +++ b/usr/src/man/man3curses/curs_inwchstr.3curses @@ -4,7 +4,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 curs_inwchstr 3CURSES "31 Dec 1996" "SunOS 5.11" "Curses Library Functions" +.TH CURS_INWCHSTR 3CURSES "Dec 31, 1996" .SH NAME curs_inwchstr, inwchstr, inwchnstr, winwchstr, winwchnstr, mvinwchstr, mvinwchnstr, mvwinwchstr, mvwinwchnstr \- get a string of wchar_t characters @@ -76,13 +76,12 @@ See \fBattributes\fR(5) for a description 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 _ -MT-LevelUnsafe +MT-Level Unsafe .TE .SH SEE ALSO diff --git a/usr/src/man/man3curses/curs_inwstr.3curses b/usr/src/man/man3curses/curs_inwstr.3curses index cb7bcd4fda..1c37b31240 100644 --- a/usr/src/man/man3curses/curs_inwstr.3curses +++ b/usr/src/man/man3curses/curs_inwstr.3curses @@ -4,7 +4,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 curs_inwstr 3CURSES "31 Dec 1996" "SunOS 5.11" "Curses Library Functions" +.TH CURS_INWSTR 3CURSES "Dec 31, 1996" .SH NAME curs_inwstr, inwstr, innwstr, winwstr, winnwstr, mvinwstr, mvinnwstr, mvwinwstr, mvwinnwstr \- get a string of wchar_t characters from a curses @@ -74,13 +74,12 @@ 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 _ -MT-LevelUnsafe +MT-Level Unsafe .TE .SH SEE ALSO diff --git a/usr/src/man/man3curses/curs_kernel.3curses b/usr/src/man/man3curses/curs_kernel.3curses index 00c6fd50c4..34c4e63d9d 100644 --- a/usr/src/man/man3curses/curs_kernel.3curses +++ b/usr/src/man/man3curses/curs_kernel.3curses @@ -4,7 +4,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 curs_kernel 3CURSES "31 Dec 1996" "SunOS 5.11" "Curses Library Functions" +.TH CURS_KERNEL 3CURSES "Dec 31, 1996" .SH NAME curs_kernel, def_prog_mode, def_shell_mode, reset_prog_mode, reset_shell_mode, resetty, savetty, getsyx, setsyx, ripoffline, curs_set, napms \- low-level @@ -152,13 +152,12 @@ 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 _ -MT-LevelUnsafe +MT-Level Unsafe .TE .SH SEE ALSO diff --git a/usr/src/man/man3curses/curs_move.3curses b/usr/src/man/man3curses/curs_move.3curses index 4f1aa73464..382bb8f66c 100644 --- a/usr/src/man/man3curses/curs_move.3curses +++ b/usr/src/man/man3curses/curs_move.3curses @@ -4,7 +4,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 curs_move 3CURSES "31 Dec 1996" "SunOS 5.11" "Curses Library Functions" +.TH CURS_MOVE 3CURSES "Dec 31, 1996" .SH NAME curs_move, move, wmove \- move curses window cursor .SH SYNOPSIS @@ -41,13 +41,12 @@ 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 _ -MT-LevelUnsafe +MT-Level Unsafe .TE .SH SEE ALSO diff --git a/usr/src/man/man3curses/curs_outopts.3curses b/usr/src/man/man3curses/curs_outopts.3curses index 510b64bcb4..8f394eba2d 100644 --- a/usr/src/man/man3curses/curs_outopts.3curses +++ b/usr/src/man/man3curses/curs_outopts.3curses @@ -4,7 +4,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 curs_outopts 3CURSES "31 Dec 1996" "SunOS 5.11" "Curses Library Functions" +.TH CURS_OUTOPTS 3CURSES "Dec 31, 1996" .SH NAME curs_outopts, clearok, idlok, idcok, immedok, leaveok, setscrreg, wsetscrreg, scrollok, nl, nonl \- curses terminal output option control routines @@ -149,13 +149,12 @@ 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 _ -MT-LevelUnsafe +MT-Level Unsafe .TE .SH SEE ALSO diff --git a/usr/src/man/man3curses/curs_overlay.3curses b/usr/src/man/man3curses/curs_overlay.3curses index e5d871b8e7..b160e1f425 100644 --- a/usr/src/man/man3curses/curs_overlay.3curses +++ b/usr/src/man/man3curses/curs_overlay.3curses @@ -4,7 +4,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 curs_overlay 3CURSES "31 Dec 1996" "SunOS 5.11" "Curses Library Functions" +.TH CURS_OVERLAY 3CURSES "Dec 31, 1996" .SH NAME curs_overlay, overlay, overwrite, copywin \- overlap and manipulate overlapped curses windows @@ -59,13 +59,12 @@ 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 _ -MT-LevelUnsafe +MT-Level Unsafe .TE .SH SEE ALSO diff --git a/usr/src/man/man3curses/curs_pad.3curses b/usr/src/man/man3curses/curs_pad.3curses index dcc21d2880..50392f3b60 100644 --- a/usr/src/man/man3curses/curs_pad.3curses +++ b/usr/src/man/man3curses/curs_pad.3curses @@ -4,7 +4,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 curs_pad 3CURSES "31 Dec 1996" "SunOS 5.11" "Curses Library Functions" +.TH CURS_PAD 3CURSES "Dec 31, 1996" .SH NAME curs_pad, newpad, subpad, prefresh, pnoutrefresh, pechochar, pechowchar \- create and display curses pads @@ -110,13 +110,12 @@ 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 _ -MT-LevelUnsafe +MT-Level Unsafe .TE .SH SEE ALSO diff --git a/usr/src/man/man3curses/curs_printw.3curses b/usr/src/man/man3curses/curs_printw.3curses index 4dfc94f462..a73dc4f15e 100644 --- a/usr/src/man/man3curses/curs_printw.3curses +++ b/usr/src/man/man3curses/curs_printw.3curses @@ -4,7 +4,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 curs_printw 3CURSES "31 Dec 1996" "SunOS 5.11" "Curses Library Functions" +.TH CURS_PRINTW 3CURSES "Dec 31, 1996" .SH NAME curs_printw, printw, wprintw, mvprintw, mvwprintw, vwprintw \- print formatted output in curses windows @@ -65,13 +65,12 @@ 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 _ -MT-LevelUnsafe +MT-Level Unsafe .TE .SH SEE ALSO diff --git a/usr/src/man/man3curses/curs_refresh.3curses b/usr/src/man/man3curses/curs_refresh.3curses index 45a565b768..2a17934f1d 100644 --- a/usr/src/man/man3curses/curs_refresh.3curses +++ b/usr/src/man/man3curses/curs_refresh.3curses @@ -4,7 +4,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 curs_refresh 3CURSES "31 Dec 1996" "SunOS 5.11" "Curses Library Functions" +.TH CURS_REFRESH 3CURSES "Dec 31, 1996" .SH NAME curs_refresh, refresh, wrefresh, wnoutrefresh, doupdate, redrawwin, wredrawln \- refresh curses windows and lines @@ -96,13 +96,12 @@ 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 _ -MT-LevelUnsafe +MT-Level Unsafe .TE .SH SEE ALSO diff --git a/usr/src/man/man3curses/curs_scanw.3curses b/usr/src/man/man3curses/curs_scanw.3curses index d119271f04..2a3ecda8fe 100644 --- a/usr/src/man/man3curses/curs_scanw.3curses +++ b/usr/src/man/man3curses/curs_scanw.3curses @@ -4,7 +4,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 curs_scanw 3CURSES "31 Dec 1996" "SunOS 5.11" "Curses Library Functions" +.TH CURS_SCANW 3CURSES "Dec 31, 1996" .SH NAME curs_scanw, scanw, wscanw, mvscanw, mvwscanw, vwscanw \- convert formatted input from a curses widow @@ -69,13 +69,12 @@ 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 _ -MT-LevelUnsafe +MT-Level Unsafe .TE .SH SEE ALSO diff --git a/usr/src/man/man3curses/curs_scr_dump.3curses b/usr/src/man/man3curses/curs_scr_dump.3curses index a77e16fd2b..deaed8c3a7 100644 --- a/usr/src/man/man3curses/curs_scr_dump.3curses +++ b/usr/src/man/man3curses/curs_scr_dump.3curses @@ -4,7 +4,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 curs_scr_dump 3CURSES "31 Dec 1996" "SunOS 5.11" "Curses Library Functions" +.TH CURS_SCR_DUMP 3CURSES "Dec 31, 1996" .SH NAME curs_scr_dump, scr_dump, scr_restore, scr_init, scr_set \- read or write a curses screen from or to a file @@ -77,13 +77,12 @@ 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 _ -MT-LevelUnsafe +MT-Level Unsafe .TE .SH SEE ALSO diff --git a/usr/src/man/man3curses/curs_scroll.3curses b/usr/src/man/man3curses/curs_scroll.3curses index 842a8160fe..e3d09eaa4f 100644 --- a/usr/src/man/man3curses/curs_scroll.3curses +++ b/usr/src/man/man3curses/curs_scroll.3curses @@ -4,7 +4,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 curs_scroll 3CURSES "31 Dec 1996" "SunOS 5.11" "Curses Library Functions" +.TH CURS_SCROLL 3CURSES "Dec 31, 1996" .SH NAME curs_scroll, scroll, scrl, wscrl \- scroll a curses window .SH SYNOPSIS @@ -55,13 +55,12 @@ 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 _ -MT-LevelUnsafe +MT-Level Unsafe .TE .SH SEE ALSO diff --git a/usr/src/man/man3curses/curs_slk.3curses b/usr/src/man/man3curses/curs_slk.3curses index c57419d73f..d30dd010a6 100644 --- a/usr/src/man/man3curses/curs_slk.3curses +++ b/usr/src/man/man3curses/curs_slk.3curses @@ -4,7 +4,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 curs_slk 3CURSES "31 Dec 1996" "SunOS 5.11" "Curses Library Functions" +.TH CURS_SLK 3CURSES "Dec 31, 1996" .SH NAME curs_slk, slk_init, slk_set, slk_refresh, slk_noutrefresh, slk_label, slk_clear, slk_restore, slk_touch, slk_attron, slk_attrset, slk_attroff \- @@ -133,13 +133,12 @@ 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 _ -MT-LevelUnsafe +MT-Level Unsafe .TE .SH SEE ALSO diff --git a/usr/src/man/man3curses/curs_termattrs.3curses b/usr/src/man/man3curses/curs_termattrs.3curses index 4a3d641a9f..7dceb8f4dd 100644 --- a/usr/src/man/man3curses/curs_termattrs.3curses +++ b/usr/src/man/man3curses/curs_termattrs.3curses @@ -4,7 +4,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 curs_termattrs 3CURSES "31 Dec 1996" "SunOS 5.11" "Curses Library Functions" +.TH CURS_TERMATTRS 3CURSES "Dec 31, 1996" .SH NAME curs_termattrs, baudrate, erasechar, has_ic, has_il, killchar, longname, termattrs, termname \- curses environment query routines @@ -112,13 +112,12 @@ 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 _ -MT-LevelUnsafe +MT-Level Unsafe .TE .SH SEE ALSO diff --git a/usr/src/man/man3curses/curs_termcap.3curses b/usr/src/man/man3curses/curs_termcap.3curses index 3dba64dd1d..4f473f2cf7 100644 --- a/usr/src/man/man3curses/curs_termcap.3curses +++ b/usr/src/man/man3curses/curs_termcap.3curses @@ -4,7 +4,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 curs_termcap 3CURSES "31 Dec 1996" "SunOS 5.11" "Curses Library Functions" +.TH CURS_TERMCAP 3CURSES "Dec 31, 1996" .SH NAME curs_termcap, tgetent, tgetflag, tgetnum, tgetstr, tgoto \- curses interfaces (emulated) to the termcap library @@ -88,13 +88,12 @@ 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 _ -MT-LevelUnsafe +MT-Level Unsafe .TE .SH SEE ALSO diff --git a/usr/src/man/man3curses/curs_terminfo.3curses b/usr/src/man/man3curses/curs_terminfo.3curses index be89e56689..d915d9b0c7 100644 --- a/usr/src/man/man3curses/curs_terminfo.3curses +++ b/usr/src/man/man3curses/curs_terminfo.3curses @@ -4,7 +4,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 curs_terminfo 3CURSES "31 Dec 1996" "SunOS 5.11" "Curses Library Functions" +.TH CURS_TERMINFO 3CURSES "Dec 31, 1996" .SH NAME curs_terminfo, setupterm, setterm, set_curterm, del_curterm, restartterm, tparm, tputs, putp, vidputs, vidattr, mvcur, tigetflag, tigetnum, tigetstr \- @@ -250,13 +250,12 @@ 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 _ -MT-LevelUnsafe +MT-Level Unsafe .TE .SH SEE ALSO diff --git a/usr/src/man/man3curses/curs_touch.3curses b/usr/src/man/man3curses/curs_touch.3curses index 2e38218ed1..075662148d 100644 --- a/usr/src/man/man3curses/curs_touch.3curses +++ b/usr/src/man/man3curses/curs_touch.3curses @@ -4,7 +4,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 curs_touch 3CURSES "31 Dec 1996" "SunOS 5.11" "Curses Library Functions" +.TH CURS_TOUCH 3CURSES "Dec 31, 1996" .SH NAME curs_touch, touchwin, touchline, untouchwin, wtouchln, is_linetouched, is_wintouched \- curses refresh control routines @@ -82,13 +82,12 @@ 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 _ -MT-LevelUnsafe +MT-Level Unsafe .TE .SH SEE ALSO diff --git a/usr/src/man/man3curses/curs_util.3curses b/usr/src/man/man3curses/curs_util.3curses index 76603bba3c..9328772579 100644 --- a/usr/src/man/man3curses/curs_util.3curses +++ b/usr/src/man/man3curses/curs_util.3curses @@ -4,7 +4,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 curs_util 3CURSES "31 Dec 1996" "SunOS 5.11" "Curses Library Functions" +.TH CURS_UTIL 3CURSES "Dec 31, 1996" .SH NAME curs_util, unctrl, keyname, filter, use_env, putwin, getwin, delay_output, flushinp \- curses miscellaneous utility routines @@ -116,13 +116,12 @@ 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 _ -MT-LevelUnsafe +MT-Level Unsafe .TE .SH SEE ALSO diff --git a/usr/src/man/man3curses/curs_window.3curses b/usr/src/man/man3curses/curs_window.3curses index e384155b1d..f7d446ede3 100644 --- a/usr/src/man/man3curses/curs_window.3curses +++ b/usr/src/man/man3curses/curs_window.3curses @@ -4,7 +4,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 curs_window 3CURSES "31 Dec 1996" "SunOS 5.11" "Curses Library Functions" +.TH CURS_WINDOW 3CURSES "Dec 31, 1996" .SH NAME curs_window, newwin, delwin, mvwin, subwin, derwin, mvderwin, dupwin, wsyncup, syncok, wcursyncup, wsyncdown \- create curses windows @@ -161,13 +161,12 @@ 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 _ -MT-LevelUnsafe +MT-Level Unsafe .TE .SH SEE ALSO diff --git a/usr/src/man/man3curses/curses.3curses b/usr/src/man/man3curses/curses.3curses index 163bbee455..b0ff52ab5a 100644 --- a/usr/src/man/man3curses/curses.3curses +++ b/usr/src/man/man3curses/curses.3curses @@ -4,7 +4,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 curses 3CURSES "23 Oct 2001" "SunOS 5.11" "Curses Library Functions" +.TH CURSES 3CURSES "Oct 23, 2001" .SH NAME curses \- CRT screen handling and optimization package .SH SYNOPSIS @@ -215,3609 +215,2953 @@ The following table lists each \fBcurses\fR routine and the name of the manual page on which it is described. .sp .ne 2 -.mk .na \fBcurses Routine Name\fR .ad .RS 23n -.rt Manual Page Name .RE .sp .ne 2 -.mk .na \fBaddch\fR .ad .RS 23n -.rt \fBcurs_addch\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBaddchnstr\fR .ad .RS 23n -.rt \fBcurs_addchstr\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBaddchstr\fR .ad .RS 23n -.rt \fBcurs_addchstr\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBaddnstr\fR .ad .RS 23n -.rt \fBcurs_addstr\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBaddnwstr\fR .ad .RS 23n -.rt \fBcurs_addwstr\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBaddstr\fR .ad .RS 23n -.rt \fBcurs_addstr\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBaddwch\fR .ad .RS 23n -.rt \fBcurs_addwch\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBaddwchnstr\fR .ad .RS 23n -.rt \fBcurs_addwchstr\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBaddwchstr\fR .ad .RS 23n -.rt \fBcurs_addwchstr\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBaddwstr\fR .ad .RS 23n -.rt \fBcurs_addwstr\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBadjcurspos\fR .ad .RS 23n -.rt \fBcurs_alecompat\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBattroff\fR .ad .RS 23n -.rt \fBcurs_attr\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBattron\fR .ad .RS 23n -.rt \fBcurs_attr\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBattrset\fR .ad .RS 23n -.rt \fBcurs_attr\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBbaudrate\fR .ad .RS 23n -.rt \fBcurs_termattrs\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBbeep\fR .ad .RS 23n -.rt \fBcurs_beep\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBbkgd\fR .ad .RS 23n -.rt \fBcurs_bkgd\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBbkgdset\fR .ad .RS 23n -.rt \fBcurs_bkgd\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBborder\fR .ad .RS 23n -.rt \fBcurs_border\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBbox\fR .ad .RS 23n -.rt \fBcurs_border\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBcan_change_color\fR .ad .RS 23n -.rt \fBcurs_color\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBcbreak\fR .ad .RS 23n -.rt \fBcurs_inopts\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBclear\fR .ad .RS 23n -.rt \fBcurs_clear\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBclearok\fR .ad .RS 23n -.rt \fBcurs_outopts\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBclrtobot\fR .ad .RS 23n -.rt \fBcurs_clear\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBclrtoeol\fR .ad .RS 23n -.rt \fBcurs_clear\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBcolor_content\fR .ad .RS 23n -.rt \fBcurs_color\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBcopywin\fR .ad .RS 23n -.rt \fBcurs_overlay\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBcurs_set\fR .ad .RS 23n -.rt \fBcurs_kernel\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBdef_prog_mode\fR .ad .RS 23n -.rt \fBcurs_kernel\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBdef_shell_mode\fR .ad .RS 23n -.rt \fBcurs_kernel\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBdel_curterm\fR .ad .RS 23n -.rt \fBcurs_terminfo\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBdelay_output\fR .ad .RS 23n -.rt \fBcurs_util\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBdelch\fR .ad .RS 23n -.rt \fBcurs_delch\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBdeleteln\fR .ad .RS 23n -.rt \fBcurs_deleteln\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBdelscreen\fR .ad .RS 23n -.rt \fBcurs_initscr\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBdelwin\fR .ad .RS 23n -.rt \fBcurs_window\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBderwin\fR .ad .RS 23n -.rt \fBcurs_window\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBdoupdate\fR .ad .RS 23n -.rt \fBcurs_refresh\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBdupwin\fR .ad .RS 23n -.rt \fBcurs_window\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBecho\fR .ad .RS 23n -.rt \fBcurs_inopts\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBechochar\fR .ad .RS 23n -.rt \fBcurs_addch\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBechowchar\fR .ad .RS 23n -.rt \fBcurs_addwch\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBendwin\fR .ad .RS 23n -.rt \fBcurs_initscr\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBerase\fR .ad .RS 23n -.rt \fBcurs_clear\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBerasechar\fR .ad .RS 23n -.rt \fBcurs_termattrs\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBfilter\fR .ad .RS 23n -.rt \fBcurs_util\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBflash\fR .ad .RS 23n -.rt \fBcurs_beep\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBflushinp\fR .ad .RS 23n -.rt \fBcurs_util\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBgetbegyx\fR .ad .RS 23n -.rt \fBcurs_getyx\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBgetch\fR .ad .RS 23n -.rt \fBcurs_getch\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBgetmaxyx\fR .ad .RS 23n -.rt \fBcurs_getyx\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBgetnwstr\fR .ad .RS 23n -.rt \fBcurs_getwstr\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBgetparyx\fR .ad .RS 23n -.rt \fBcurs_getyx\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBgetstr\fR .ad .RS 23n -.rt \fBcurs_getstr\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBgetsyx\fR .ad .RS 23n -.rt \fBcurs_kernel\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBgetwch\fR .ad .RS 23n -.rt \fBcurs_getwch\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBgetwin\fR .ad .RS 23n -.rt \fBcurs_util\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBgetwstr\fR .ad .RS 23n -.rt \fBcurs_getwstr\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBgetyx\fR .ad .RS 23n -.rt \fBcurs_getyx\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBhalfdelay\fR .ad .RS 23n -.rt \fBcurs_inopts\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBhas_colors\fR .ad .RS 23n -.rt \fBcurs_color\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBhas_ic\fR .ad .RS 23n -.rt \fBcurs_termattrs\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBhas_il\fR .ad .RS 23n -.rt \fBcurs_termattrs\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBidcok\fR .ad .RS 23n -.rt \fBcurs_outopts\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBidlok\fR .ad .RS 23n -.rt \fBcurs_outopts\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBimmedok\fR .ad .RS 23n -.rt \fBcurs_outopts\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBinch\fR .ad .RS 23n -.rt \fBcurs_inch\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBinchnstr\fR .ad .RS 23n -.rt \fBcurs_inchstr\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBinchstr\fR .ad .RS 23n -.rt \fBcurs_inchstr\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBinit_color\fR .ad .RS 23n -.rt \fBcurs_color\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBinit_pair\fR .ad .RS 23n -.rt \fBcurs_color\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBinitscr\fR .ad .RS 23n -.rt \fBcurs_initscr\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBinnstr\fR .ad .RS 23n -.rt \fBcurs_instr\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBinnwstr\fR .ad .RS 23n -.rt \fBcurs_inwstr\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBinsch\fR .ad .RS 23n -.rt \fBcurs_insch\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBinsdelln\fR .ad .RS 23n -.rt \fBcurs_deleteln\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBinsertln\fR .ad .RS 23n -.rt \fBcurs_deleteln\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBinsnstr\fR .ad .RS 23n -.rt \fBcurs_insstr\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBinsnwstr\fR .ad .RS 23n -.rt \fBcurs_inswstr\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBinsstr\fR .ad .RS 23n -.rt \fBcurs_insstr\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBinstr\fR .ad .RS 23n -.rt \fBcurs_instr\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBinswch\fR .ad .RS 23n -.rt \fBcurs_inswch\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBinswstr\fR .ad .RS 23n -.rt \fBcurs_inswstr\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBintrflush\fR .ad .RS 23n -.rt \fBcurs_inopts\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBinwch\fR .ad .RS 23n -.rt \fBcurs_inwch\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBinwchnstr\fR .ad .RS 23n -.rt \fBcurs_inwchstr\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBinwchstr\fR .ad .RS 23n -.rt \fBcurs_inwchstr\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBinwstr\fR .ad .RS 23n -.rt \fBcurs_inwstr\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBis_linetouched\fR .ad .RS 23n -.rt \fBcurs_touch\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBis_wintouched\fR .ad .RS 23n -.rt \fBcurs_touch\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBisendwin\fR .ad .RS 23n -.rt \fBcurs_initscr\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBkeyname\fR .ad .RS 23n -.rt \fBcurs_util\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBkeypad\fR .ad .RS 23n -.rt \fBcurs_inopts\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBkillchar\fR .ad .RS 23n -.rt \fBcurs_termattrs\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBleaveok\fR .ad .RS 23n -.rt \fBcurs_outopts\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBlongname\fR .ad .RS 23n -.rt \fBcurs_termattrs\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBmeta\fR .ad .RS 23n -.rt \fBcurs_inopts\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBmove\fR .ad .RS 23n -.rt \fBcurs_move\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBmovenextch\fR .ad .RS 23n -.rt \fBcurs_alecompat\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBmoveprevch\fR .ad .RS 23n -.rt \fBcurs_alecompat\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBmvaddch\fR .ad .RS 23n -.rt \fBcurs_addch\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBmvaddchnstr\fR .ad .RS 23n -.rt \fBcurs_addchstr\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBmvaddchstr\fR .ad .RS 23n -.rt \fBcurs_addchstr\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBmvaddnstr\fR .ad .RS 23n -.rt \fBcurs_addstr\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBmvaddnwstr\fR .ad .RS 23n -.rt \fBcurs_addwstr\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBmvaddstr\fR .ad .RS 23n -.rt \fBcurs_addstr\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBmvaddwch\fR .ad .RS 23n -.rt \fBcurs_addwch\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBmvaddwchnstr\fR .ad .RS 23n -.rt \fBcurs_addwchstr\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBmvaddwchstr\fR .ad .RS 23n -.rt \fBcurs_addwchstr\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBmvaddwstr\fR .ad .RS 23n -.rt \fBcurs_addwstr\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBmvcur\fR .ad .RS 23n -.rt \fBcurs_terminfo\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBmvdelch\fR .ad .RS 23n -.rt \fBcurs_delch\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBmvderwin\fR .ad .RS 23n -.rt \fBcurs_window\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBmvgetch\fR .ad .RS 23n -.rt \fBcurs_getch\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBmvgetnwstr\fR .ad .RS 23n -.rt \fBcurs_getwstr\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBmvgetstr\fR .ad .RS 23n -.rt \fBcurs_getstr\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBmvgetwch\fR .ad .RS 23n -.rt \fBcurs_getwch\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBmvgetwstr\fR .ad .RS 23n -.rt \fBcurs_getwstr\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBmvinch\fR .ad .RS 23n -.rt \fBcurs_inch\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBmvinchnstr\fR .ad .RS 23n -.rt \fBcurs_inchstr\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBmvinchstr\fR .ad .RS 23n -.rt \fBcurs_inchstr\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBmvinnstr\fR .ad .RS 23n -.rt \fBcurs_instr\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBmvinnwstr\fR .ad .RS 23n -.rt \fBcurs_inwstr\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBmvinsch\fR .ad .RS 23n -.rt \fBcurs_insch\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBmvinsnstr\fR .ad .RS 23n -.rt \fBcurs_insstr\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBmvinsnwstr\fR .ad .RS 23n -.rt \fBcurs_inswstr\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBmvinsstr\fR .ad .RS 23n -.rt \fBcurs_insstr\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBmvinstr\fR .ad .RS 23n -.rt \fBcurs_instr\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBmvinswch\fR .ad .RS 23n -.rt \fBcurs_inswch\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBmvinswstr\fR .ad .RS 23n -.rt \fBcurs_inswstr\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBmvinwch\fR .ad .RS 23n -.rt \fBcurs_inwch\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBmvinwchnstr\fR .ad .RS 23n -.rt \fBcurs_inwchstr\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBmvinwchstr\fR .ad .RS 23n -.rt \fBcurs_inwchstr\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBmvinwstr\fR .ad .RS 23n -.rt \fBcurs_inwstr\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBmvprintw\fR .ad .RS 23n -.rt \fBcurs_printw\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBmvscanw\fR .ad .RS 23n -.rt \fBcurs_scanw\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBmvwaddch\fR .ad .RS 23n -.rt \fBcurs_addch\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBmvwaddchnstr\fR .ad .RS 23n -.rt \fBcurs_addchstr\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBmvwaddchstr\fR .ad .RS 23n -.rt \fBcurs_addchstr\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBmvwaddnstr\fR .ad .RS 23n -.rt \fBcurs_addstr\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBmvwaddnwstr\fR .ad .RS 23n -.rt \fBcurs_addwstr\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBmvwaddstr\fR .ad .RS 23n -.rt \fBcurs_addstr\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBmvwaddwch\fR .ad .RS 23n -.rt \fBcurs_addwch\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBmvwaddwchnstr\fR .ad .RS 23n -.rt \fBcurs_addwchstr\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBmvwaddwchstr\fR .ad .RS 23n -.rt \fBcurs_addwchstr\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBmvwaddwstr\fR .ad .RS 23n -.rt \fBcurs_addwstr\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBmvwdelch\fR .ad .RS 23n -.rt \fBcurs_delch\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBmvwgetch\fR .ad .RS 23n -.rt \fBcurs_getch\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBmvwgetnwstr\fR .ad .RS 23n -.rt \fBcurs_getwstr\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBmvwgetstr\fR .ad .RS 23n -.rt \fBcurs_getstr\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBmvwgetwch\fR .ad .RS 23n -.rt \fBcurs_getwch\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBmvwgetwstr\fR .ad .RS 23n -.rt \fBcurs_getwstr\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBmvwin\fR .ad .RS 23n -.rt \fBcurs_window\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBmvwinch\fR .ad .RS 23n -.rt \fBcurs_inch\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBmvwinchnstr\fR .ad .RS 23n -.rt \fBcurs_inchstr\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBmvwinchstr\fR .ad .RS 23n -.rt \fBcurs_inchstr\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBmvwinnstr\fR .ad .RS 23n -.rt \fBcurs_instr\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBmvwinnwstr\fR .ad .RS 23n -.rt \fBcurs_inwstr\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBmvwinsch\fR .ad .RS 23n -.rt \fBcurs_insch\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBmvwinsnstr\fR .ad .RS 23n -.rt \fBcurs_insstr\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBmvwinsstr\fR .ad .RS 23n -.rt \fBcurs_insstr\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBmvwinstr\fR .ad .RS 23n -.rt \fBcurs_instr\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBmvwinswch\fR .ad .RS 23n -.rt \fBcurs_inswch\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBmvwinswstr\fR .ad .RS 23n -.rt \fBcurs_inswstr\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBmvwinwch\fR .ad .RS 23n -.rt \fBcurs_inwch\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBmvwinwchnstr\fR .ad .RS 23n -.rt \fBcurs_inwchstr\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBmvwinwchstr\fR .ad .RS 23n -.rt \fBcurs_inwchstr\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBmvwinwstr\fR .ad .RS 23n -.rt \fBcurs_inwstr\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBmvwprintw\fR .ad .RS 23n -.rt \fBcurs_printw\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBmvwscanw\fR .ad .RS 23n -.rt \fBcurs_scanw\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBnapms\fR .ad .RS 23n -.rt \fBcurs_kernel\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBnewpad\fR .ad .RS 23n -.rt \fBcurs_pad\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBnewterm\fR .ad .RS 23n -.rt \fBcurs_initscr\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBnewwin\fR .ad .RS 23n -.rt \fBcurs_window\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBnl\fR .ad .RS 23n -.rt \fBcurs_outopts\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBnocbreak\fR .ad .RS 23n -.rt \fBcurs_inopts\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBnodelay\fR .ad .RS 23n -.rt \fBcurs_inopts\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBnoecho\fR .ad .RS 23n -.rt \fBcurs_inopts\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBnonl\fR .ad .RS 23n -.rt \fBcurs_outopts\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBnoqiflush\fR .ad .RS 23n -.rt \fBcurs_inopts\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBnoraw\fR .ad .RS 23n -.rt \fBcurs_inopts\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBnotimeout\fR .ad .RS 23n -.rt \fBcurs_inopts\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBoverlay\fR .ad .RS 23n -.rt \fBcurs_overlay\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBoverwrite\fR .ad .RS 23n -.rt \fBcurs_overlay\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBpair_content\fR .ad .RS 23n -.rt \fBcurs_color\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBpechochar\fR .ad .RS 23n -.rt \fBcurs_pad\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBpechowchar\fR .ad .RS 23n -.rt \fBcurs_pad\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBpnoutrefresh\fR .ad .RS 23n -.rt \fBcurs_pad\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBprefresh\fR .ad .RS 23n -.rt \fBcurs_pad\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBprintw\fR .ad .RS 23n -.rt \fBcurs_printw\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBputp\fR .ad .RS 23n -.rt \fBcurs_terminfo\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBputwin\fR .ad .RS 23n -.rt \fBcurs_util\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBqiflush\fR .ad .RS 23n -.rt \fBcurs_inopts\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBraw\fR .ad .RS 23n -.rt \fBcurs_inopts\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBredrawwin\fR .ad .RS 23n -.rt \fBcurs_refresh\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBrefresh\fR .ad .RS 23n -.rt \fBcurs_refresh\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBreset_prog_mode\fR .ad .RS 23n -.rt \fBcurs_kernel\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBreset_shell_mode\fR .ad .RS 23n -.rt \fBcurs_kernel\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBresetty\fR .ad .RS 23n -.rt \fBcurs_kernel\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBrestartterm\fR .ad .RS 23n -.rt \fBcurs_terminfo\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBripoffline\fR .ad .RS 23n -.rt \fBcurs_kernel\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBsavetty\fR .ad .RS 23n -.rt \fBcurs_kernel\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBscanw\fR .ad .RS 23n -.rt \fBcurs_scanw\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBscr_dump\fR .ad .RS 23n -.rt \fBcurs_scr_dump\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBscr_init\fR .ad .RS 23n -.rt \fBcurs_scr_dump\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBscr_restore\fR .ad .RS 23n -.rt \fBcurs_scr_dump\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBscr_set\fR .ad .RS 23n -.rt \fBcurs_scr_dump\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBscroll\fR .ad .RS 23n -.rt \fBcurs_scroll\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBscrollok\fR .ad .RS 23n -.rt \fBcurs_outopts\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBset_curterm\fR .ad .RS 23n -.rt \fBcurs_terminfo\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBset_term\fR .ad .RS 23n -.rt \fBcurs_initscr\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBsetscrreg\fR .ad .RS 23n -.rt \fBcurs_outopts\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBsetsyx\fR .ad .RS 23n -.rt \fBcurs_kernel\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBsetterm\fR .ad .RS 23n -.rt \fBcurs_terminfo\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBsetupterm\fR .ad .RS 23n -.rt \fBcurs_terminfo\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBslk_attroff\fR .ad .RS 23n -.rt \fBcurs_slk\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBslk_attron\fR .ad .RS 23n -.rt \fBcurs_slk\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBslk_attrset\fR .ad .RS 23n -.rt \fBcurs_slk\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBslk_clear\fR .ad .RS 23n -.rt \fBcurs_slk\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBslk_init\fR .ad .RS 23n -.rt \fBcurs_slk\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBslk_label\fR .ad .RS 23n -.rt \fBcurs_slk\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBslk_noutrefresh\fR .ad .RS 23n -.rt \fBcurs_slk\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBslk_refresh\fR .ad .RS 23n -.rt \fBcurs_slk\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBslk_restore\fR .ad .RS 23n -.rt \fBcurs_slk\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBslk_set\fR .ad .RS 23n -.rt \fBcurs_slk\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBslk_touch\fR .ad .RS 23n -.rt \fBcurs_slk\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBsrcl\fR .ad .RS 23n -.rt \fBcurs_scroll\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBstandend\fR .ad .RS 23n -.rt \fBcurs_attr\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBstandout\fR .ad .RS 23n -.rt \fBcurs_attr\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBstart_color\fR .ad .RS 23n -.rt \fBcurs_color\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBsubpad\fR .ad .RS 23n -.rt \fBcurs_pad\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBsubwin\fR .ad .RS 23n -.rt \fBcurs_window\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBsyncok\fR .ad .RS 23n -.rt \fBcurs_window\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBtermattrs\fR .ad .RS 23n -.rt \fBcurs_termattrs\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBtermname\fR .ad .RS 23n -.rt \fBcurs_termattrs\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBtgetent\fR .ad .RS 23n -.rt \fBcurs_termcap\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBtgetflag\fR .ad .RS 23n -.rt \fBcurs_termcap\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBtgetnum\fR .ad .RS 23n -.rt \fBcurs_termcap\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBtgetstr\fR .ad .RS 23n -.rt \fBcurs_termcap\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBtgoto\fR .ad .RS 23n -.rt \fBcurs_termcap\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBtigetflag\fR .ad .RS 23n -.rt \fBcurs_terminfo\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBtigetnum\fR .ad .RS 23n -.rt \fBcurs_terminfo\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBtigetstr\fR .ad .RS 23n -.rt \fBcurs_terminfo\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBtimeout\fR .ad .RS 23n -.rt \fBcurs_inopts\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBtouchline\fR .ad .RS 23n -.rt \fBcurs_touch\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBtouchwin\fR .ad .RS 23n -.rt \fBcurs_touch\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBtparm\fR .ad .RS 23n -.rt \fBcurs_terminfo\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBtputs\fR .ad .RS 23n -.rt \fBcurs_terminfo\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBtypeahead\fR .ad .RS 23n -.rt \fBcurs_inopts\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBunctrl\fR .ad .RS 23n -.rt \fBcurs_util\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBungetch\fR .ad .RS 23n -.rt \fBcurs_getch\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBungetwch\fR .ad .RS 23n -.rt \fBcurs_getwch\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBuntouchwin\fR .ad .RS 23n -.rt \fBcurs_touch\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBuse_env\fR .ad .RS 23n -.rt \fBcurs_util\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBvidattr\fR .ad .RS 23n -.rt \fBcurs_terminfo\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBvidputs\fR .ad .RS 23n -.rt \fBcurs_terminfo\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBvwprintw\fR .ad .RS 23n -.rt \fBcurs_printw\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBvwscanw\fR .ad .RS 23n -.rt \fBcurs_scanw\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBwaddch\fR .ad .RS 23n -.rt \fBcurs_addch\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBwaddchnstr\fR .ad .RS 23n -.rt \fBcurs_addchstr\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBwaddchstr\fR .ad .RS 23n -.rt \fBcurs_addchstr\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBwaddnstr\fR .ad .RS 23n -.rt \fBcurs_addstr\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBwaddnwstr\fR .ad .RS 23n -.rt \fBcurs_addwstr\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBwaddstr\fR .ad .RS 23n -.rt \fBcurs_addstr\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBwaddwch\fR .ad .RS 23n -.rt \fBcurs_addwch\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBwaddwchnstr\fR .ad .RS 23n -.rt \fBcurs_addwchstr\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBwaddwchstr\fR .ad .RS 23n -.rt \fBcurs_addwchstr\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBwaddwstr\fR .ad .RS 23n -.rt \fBcurs_addwstr\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBwadjcurspos\fR .ad .RS 23n -.rt \fBcurs_alecompat\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBwattroff\fR .ad .RS 23n -.rt \fBcurs_attr\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBwattron\fR .ad .RS 23n -.rt \fBcurs_attr\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBwattrset\fR .ad .RS 23n -.rt \fBcurs_attr\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBwbkgd\fR .ad .RS 23n -.rt \fBcurs_bkgd\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBwbkgdset\fR .ad .RS 23n -.rt \fBcurs_bkgd\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBwborder\fR .ad .RS 23n -.rt \fBcurs_border\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBwclear\fR .ad .RS 23n -.rt \fBcurs_clear\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBwclrtobot\fR .ad .RS 23n -.rt \fBcurs_clear\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBwclrtoeol\fR .ad .RS 23n -.rt \fBcurs_clear\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBwcursyncup\fR .ad .RS 23n -.rt \fBcurs_window\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBwdelch\fR .ad .RS 23n -.rt \fBcurs_delch\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBwdeleteln\fR .ad .RS 23n -.rt \fBcurs_deleteln\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBwechochar\fR .ad .RS 23n -.rt \fBcurs_addch\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBwechowchar\fR .ad .RS 23n -.rt \fBcurs_addwch\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBwerase\fR .ad .RS 23n -.rt \fBcurs_clear\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBwgetch\fR .ad .RS 23n -.rt \fBcurs_getch\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBwgetnstr\fR .ad .RS 23n -.rt \fBcurs_getstr\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBwgetnwstr\fR .ad .RS 23n -.rt \fBcurs_getwstr\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBwgetstr\fR .ad .RS 23n -.rt \fBcurs_getstr\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBwgetwch\fR .ad .RS 23n -.rt \fBcurs_getwch\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBwgetwstr\fR .ad .RS 23n -.rt \fBcurs_getwstr\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBwhline\fR .ad .RS 23n -.rt \fBcurs_border\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBwinch\fR .ad .RS 23n -.rt \fBcurs_inch\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBwinchnstr\fR .ad .RS 23n -.rt \fBcurs_inchstr\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBwinchstr\fR .ad .RS 23n -.rt \fBcurs_inchstr\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBwinnstr\fR .ad .RS 23n -.rt \fBcurs_instr\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBwinnwstr\fR .ad .RS 23n -.rt \fBcurs_inwstr\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBwinsch\fR .ad .RS 23n -.rt \fBcurs_insch\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBwinsdelln\fR .ad .RS 23n -.rt \fBcurs_deleteln\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBwinsertln\fR .ad .RS 23n -.rt \fBcurs_deleteln\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBwinsnstr\fR .ad .RS 23n -.rt \fBcurs_insstr\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBwinsnwstr\fR .ad .RS 23n -.rt \fBcurs_inswstr\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBwinsstr\fR .ad .RS 23n -.rt \fBcurs_insstr\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBwinstr\fR .ad .RS 23n -.rt \fBcurs_instr\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBwinswch\fR .ad .RS 23n -.rt \fBcurs_inswch\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBwinswstr\fR .ad .RS 23n -.rt \fBcurs_inswstr\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBwinwch\fR .ad .RS 23n -.rt \fBcurs_inwch\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBwinwchnstr\fR .ad .RS 23n -.rt \fBcurs_inwchstr\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBwinwchstr\fR .ad .RS 23n -.rt \fBcurs_inwchstr\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBwinwstr\fR .ad .RS 23n -.rt \fBcurs_inwstr\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBwmove\fR .ad .RS 23n -.rt \fBcurs_move\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBwmovenextch\fR .ad .RS 23n -.rt \fBcurs_alecompat\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBwmoveprevch\fR .ad .RS 23n -.rt \fBcurs_alecompat\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBwnoutrefresh\fR .ad .RS 23n -.rt \fBcurs_refresh\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBwprintw\fR .ad .RS 23n -.rt \fBcurs_printw\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBwredrawln\fR .ad .RS 23n -.rt \fBcurs_refresh\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBwrefresh\fR .ad .RS 23n -.rt \fBcurs_refresh\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBwscanw\fR .ad .RS 23n -.rt \fBcurs_scanw\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBwscrl\fR .ad .RS 23n -.rt \fBcurs_scroll\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBwsetscrreg\fR .ad .RS 23n -.rt \fBcurs_outopts\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBwstandend\fR .ad .RS 23n -.rt \fBcurs_attr\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBwstandout\fR .ad .RS 23n -.rt \fBcurs_attr\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBwsyncdown\fR .ad .RS 23n -.rt \fBcurs_window\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBwsyncup\fR .ad .RS 23n -.rt \fBcurs_window\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBwtimeout\fR .ad .RS 23n -.rt \fBcurs_inopts\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBwtouchln\fR .ad .RS 23n -.rt \fBcurs_touch\fR(3CURSES) .RE .sp .ne 2 -.mk .na \fBwvline\fR .ad .RS 23n -.rt \fBcurs_border\fR(3CURSES) .RE @@ -3845,13 +3189,12 @@ 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 _ -MT-LevelUnsafe +MT-Level Unsafe .TE .SH SEE ALSO diff --git a/usr/src/man/man3curses/form_cursor.3curses b/usr/src/man/man3curses/form_cursor.3curses index 00d017f3fc..22f3391021 100644 --- a/usr/src/man/man3curses/form_cursor.3curses +++ b/usr/src/man/man3curses/form_cursor.3curses @@ -4,7 +4,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 form_cursor 3CURSES "31 Dec 1996" "SunOS 5.11" "Curses Library Functions" +.TH FORM_CURSOR 3CURSES "Dec 31, 1996" .SH NAME form_cursor, pos_form_cursor \- position forms window cursor .SH SYNOPSIS @@ -28,45 +28,37 @@ application calls a \fBcurses\fR library I/O routine. \fBpos_form_cursor()\fR returns one of the following: .sp .ne 2 -.mk .na \fBE_OK\fR .ad .RS 18n -.rt Thefunction returned successfully. .RE .sp .ne 2 -.mk .na \fBE_SYSTEM_ERROR\fR .ad .RS 18n -.rt System error. .RE .sp .ne 2 -.mk .na \fBE_BAD_ARGUMENT\fR .ad .RS 18n -.rt An argument is incorrect. .RE .sp .ne 2 -.mk .na \fBE_NOT_POSTED\fR .ad .RS 18n -.rt The form is not posted. .RE @@ -78,13 +70,12 @@ 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 _ -MT-LevelUnsafe +MT-Level Unsafe .TE .SH SEE ALSO diff --git a/usr/src/man/man3curses/form_data.3curses b/usr/src/man/man3curses/form_data.3curses index 5d0086be42..36b6c57270 100644 --- a/usr/src/man/man3curses/form_data.3curses +++ b/usr/src/man/man3curses/form_data.3curses @@ -4,7 +4,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 form_data 3CURSES "31 Dec 1996" "SunOS 5.11" "Curses Library Functions" +.TH FORM_DATA 3CURSES "Dec 31, 1996" .SH NAME form_data, data_ahead, data_behind \- tell if forms field has off-screen data ahead or behind @@ -41,13 +41,12 @@ 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 _ -MT-LevelUnsafe +MT-Level Unsafe .TE .SH SEE ALSO diff --git a/usr/src/man/man3curses/form_driver.3curses b/usr/src/man/man3curses/form_driver.3curses index ec48ebf15d..5bd5e9c9a9 100644 --- a/usr/src/man/man3curses/form_driver.3curses +++ b/usr/src/man/man3curses/form_driver.3curses @@ -4,7 +4,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 form_driver 3CURSES "31 Dec 1996" "SunOS 5.11" "Curses Library Functions" +.TH FORM_DRIVER 3CURSES "Dec 31, 1996" .SH NAME form_driver \- command processor for the forms subsystem .SH SYNOPSIS @@ -32,628 +32,514 @@ relative to \fBMAX_COMMAND\fR, the maximum value of a request listed below. Form driver requests: .sp .ne 2 -.mk .na \fBREQ_NEXT_PAGE\fR .ad .RS 20n -.rt Move to the next page. .RE .sp .ne 2 -.mk .na \fBREQ_PREV_PAGE\fR .ad .RS 20n -.rt Move to the previous page. .RE .sp .ne 2 -.mk .na \fBREQ_FIRST_PAGE\fR .ad .RS 20n -.rt Move to the first page. .RE .sp .ne 2 -.mk .na \fBREQ_LAST_PAGE\fR .ad .RS 20n -.rt Move to the last page. .RE .sp .ne 2 -.mk .na \fBREQ_NEXT_FIELD\fR .ad .RS 20n -.rt Move to the next field. .RE .sp .ne 2 -.mk .na \fBREQ_PREV_FIELD\fR .ad .RS 20n -.rt Move to the previous field. .RE .sp .ne 2 -.mk .na \fBREQ_FIRST_FIELD\fR .ad .RS 20n -.rt Move to the first field. .RE .sp .ne 2 -.mk .na \fBREQ_LAST_FIELD\fR .ad .RS 20n -.rt Move to the last field. .RE .sp .ne 2 -.mk .na \fBREQ_SNEXT_FIELD\fR .ad .RS 20n -.rt Move to the sorted next field. .RE .sp .ne 2 -.mk .na \fBREQ_SPREV_FIELD\fR .ad .RS 20n -.rt Move to the sorted prev field. .RE .sp .ne 2 -.mk .na \fBREQ_SFIRST_FIELD\fR .ad .RS 20n -.rt Move to the sorted first field. .RE .sp .ne 2 -.mk .na \fBREQ_SLAST_FIELD\fR .ad .RS 20n -.rt Move to the sorted last field. .RE .sp .ne 2 -.mk .na \fBREQ_LEFT_FIELD\fR .ad .RS 20n -.rt Move left to field. .RE .sp .ne 2 -.mk .na \fBREQ_RIGHT_FIELD\fR .ad .RS 20n -.rt Move right to field. .RE .sp .ne 2 -.mk .na \fBREQ_UP_FIELD\fR .ad .RS 20n -.rt Move up to field. .RE .sp .ne 2 -.mk .na \fBREQ_DOWN_FIELD\fR .ad .RS 20n -.rt Move down to field. .RE .sp .ne 2 -.mk .na \fBREQ_NEXT_CHAR\fR .ad .RS 20n -.rt Move to the next character in the field. .RE .sp .ne 2 -.mk .na \fBREQ_PREV_CHAR\fR .ad .RS 20n -.rt Move to the previous character in the field. .RE .sp .ne 2 -.mk .na \fBREQ_NEXT_LINE\fR .ad .RS 20n -.rt Move to the next line in the field. .RE .sp .ne 2 -.mk .na \fBREQ_PREV_LINE\fR .ad .RS 20n -.rt Move to the previous line in the field. .RE .sp .ne 2 -.mk .na \fBREQ_NEXT_WORD\fR .ad .RS 20n -.rt Move to the next word in the field. .RE .sp .ne 2 -.mk .na \fBREQ_PREV_WORD\fR .ad .RS 20n -.rt Move to the previous word in the field. .RE .sp .ne 2 -.mk .na \fBREQ_BEG_FIELD\fR .ad .RS 20n -.rt Move to the first char in the field. .RE .sp .ne 2 -.mk .na \fBREQ_END_FIELD\fR .ad .RS 20n -.rt - Move after the last char in the field. +Move after the last char in the field. .RE .sp .ne 2 -.mk .na \fBREQ_BEG_LINE\fR .ad .RS 20n -.rt Move to the beginning of the line. .RE .sp .ne 2 -.mk .na \fBREQ_END_LINE\fR .ad .RS 20n -.rt Move after the last char in the line. .RE .sp .ne 2 -.mk .na \fBREQ_LEFT_CHAR\fR .ad .RS 20n -.rt Move left in the field. .RE .sp .ne 2 -.mk .na \fBREQ_RIGHT_CHAR\fR .ad .RS 20n -.rt Move right in the field. .RE .sp .ne 2 -.mk .na \fBREQ_UP_CHAR\fR .ad .RS 20n -.rt Move up in the field. .RE .sp .ne 2 -.mk .na \fBREQ_DOWN_CHAR\fR .ad .RS 20n -.rt Move down in the field. .RE .sp .ne 2 -.mk .na \fBREQ_NEW_LINE\fR .ad .RS 20n -.rt Insert/overlay a new line. .RE .sp .ne 2 -.mk .na \fBREQ_INS_CHAR\fR .ad .RS 20n -.rt Insert the blank character at the cursor. .RE .sp .ne 2 -.mk .na \fBREQ_INS_LINE\fR .ad .RS 20n -.rt Insert a blank line at the cursor. .RE .sp .ne 2 -.mk .na \fBREQ_DEL_CHAR\fR .ad .RS 20n -.rt Delete the character at the cursor. .RE .sp .ne 2 -.mk .na \fBREQ_DEL_PREV\fR .ad .RS 20n -.rt Delete the character before the cursor. .RE .sp .ne 2 -.mk .na \fBREQ_DEL_LINE\fR .ad .RS 20n -.rt Delete the line at the cursor. .RE .sp .ne 2 -.mk .na \fBREQ_DEL_WORD\fR .ad .RS 20n -.rt Delete the word at the cursor. .RE .sp .ne 2 -.mk .na \fBREQ_CLR_EOL\fR .ad .RS 20n -.rt Clear to the end of the line. .RE .sp .ne 2 -.mk .na \fBREQ_CLR_EOF\fR .ad .RS 20n -.rt Clear to the end of the field. .RE .sp .ne 2 -.mk .na \fBREQ_CLR_FIELD\fR .ad .RS 20n -.rt Clear the entire field. .RE .sp .ne 2 -.mk .na \fBREQ_OVL_MODE\fR .ad .RS 20n -.rt Enter overlay mode. .RE .sp .ne 2 -.mk .na \fBREQ_INS_MODE\fR .ad .RS 20n -.rt Enter insert mode. .RE .sp .ne 2 -.mk .na \fBREQ_SCR_FLINE\fR .ad .RS 20n -.rt Scroll the field forward a line. .RE .sp .ne 2 -.mk .na \fBREQ_SCR_BLINE\fR .ad .RS 20n -.rt Scroll the field backward a line. .RE .sp .ne 2 -.mk .na \fBREQ_SCR_FPAGE\fR .ad .RS 20n -.rt Scroll the field forward a page. .RE .sp .ne 2 -.mk .na \fBREQ_SCR_BPAGE \fR .ad .RS 20n -.rt - Scroll the field backward a page. +Scroll the field backward a page. .RE .sp .ne 2 -.mk .na \fBREQ_SCR_FHPAGE\fR .ad .RS 20n -.rt Scroll the field forward half a page. .RE .sp .ne 2 -.mk .na \fBREQ_SCR_BHPAGE\fR .ad .RS 20n -.rt Scroll the field backward half a page. .RE .sp .ne 2 -.mk .na \fBREQ_SCR_FCHAR\fR .ad .RS 20n -.rt Horizontal scroll forward a character. .RE .sp .ne 2 -.mk .na \fBREQ_SCR_BCHAR\fR .ad .RS 20n -.rt - Horizontal scroll backward a character +Horizontal scroll backward a character .RE .sp .ne 2 -.mk .na \fBREQ_SCR_HFLINE\fR .ad .RS 20n -.rt Horizontal scroll forward a line. .RE .sp .ne 2 -.mk .na \fBREQ_SCR_HBLINE\fR .ad .RS 20n -.rt Horizontal scroll backward a line. .RE .sp .ne 2 -.mk .na \fBREQ_SCR_HFHALF\fR .ad .RS 20n -.rt Horizontal scroll forward half a line. .RE .sp .ne 2 -.mk .na \fBREQ_SCR_HBHALF\fR .ad .RS 20n -.rt Horizontal scroll backward half a line. .RE .sp .ne 2 -.mk .na \fBREQ_VALIDATION\fR .ad .RS 20n -.rt Validate field. .RE .sp .ne 2 -.mk .na \fBREQ_PREV_CHOICE\fR .ad .RS 20n -.rt Display the previous field choice. .RE .sp .ne 2 -.mk .na \fBREQ_NEXT_CHOICE\fR .ad .RS 20n -.rt Display the next field choice. .RE @@ -663,89 +549,73 @@ Display the next field choice. The \fBform_driver()\fR function returns one of the following: .sp .ne 2 -.mk .na \fBE_OK\fR .ad .RS 21n -.rt The function returned successfully. .RE .sp .ne 2 -.mk .na \fBE_SYSTEM_ERROR\fR .ad .RS 21n -.rt System error. .RE .sp .ne 2 -.mk .na \fBE_BAD_ARGUMENT\fR .ad .RS 21n -.rt An argument is incorrect. .RE .sp .ne 2 -.mk .na \fBE_NOT_POSTED\fR .ad .RS 21n -.rt The form is not posted. .RE .sp .ne 2 -.mk .na \fBE_INVALID_FIELD\fR .ad .RS 21n -.rt The field contents are invalid. .RE .sp .ne 2 -.mk .na \fBE_BAD_STATE\fR .ad .RS 21n -.rt The routine was called from an initialization or termination function. .RE .sp .ne 2 -.mk .na \fBE_REQUEST_DENIED\fR .ad .RS 21n -.rt The form driver request failed. .RE .sp .ne 2 -.mk .na \fBE_UNKNOWN_COMMAND\fR .ad .RS 21n -.rt An unknown request was passed to the form driver. .RE @@ -757,13 +627,12 @@ 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 _ -MT-LevelUnsafe +MT-Level Unsafe .TE .SH SEE ALSO diff --git a/usr/src/man/man3curses/form_field.3curses b/usr/src/man/man3curses/form_field.3curses index f6a7fbef9f..d0e7bcbfeb 100644 --- a/usr/src/man/man3curses/form_field.3curses +++ b/usr/src/man/man3curses/form_field.3curses @@ -4,7 +4,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 form_field 3CURSES "31 Dec 1996" "SunOS 5.11" "Curses Library Functions" +.TH FORM_FIELD 3CURSES "Dec 31, 1996" .SH NAME form_field, set_form_fields, form_fields, field_count, move_field \- connect fields to forms @@ -60,56 +60,46 @@ fcol\fR in the \fBforms\fR subwindow. \fBset_form_fields()\fR and \fBmove_field()\fR return one of the following: .sp .ne 2 -.mk .na \fBE_OK \fR .ad .RS 18n -.rt The function returned successfully. .RE .sp .ne 2 -.mk .na \fBE_CONNECTED\fR .ad .RS 18n -.rt The field is already connected to a form. .RE .sp .ne 2 -.mk .na \fBE_SYSTEM_ERROR\fR .ad .RS 18n -.rt System error. .RE .sp .ne 2 -.mk .na \fBE_BAD_ARGUMENT\fR .ad .RS 18n -.rt An argument is incorrect .RE .sp .ne 2 -.mk .na \fBE_POSTED\fR .ad .RS 18n -.rt The form is posted. .RE @@ -121,13 +111,12 @@ 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 _ -MT-LevelUnsafe +MT-Level Unsafe .TE .SH SEE ALSO diff --git a/usr/src/man/man3curses/form_field_attributes.3curses b/usr/src/man/man3curses/form_field_attributes.3curses index c294cf6c5a..e97e254973 100644 --- a/usr/src/man/man3curses/form_field_attributes.3curses +++ b/usr/src/man/man3curses/form_field_attributes.3curses @@ -4,7 +4,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 form_field_attributes 3CURSES "31 Dec 1996" "SunOS 5.11" "Curses Library Functions" +.TH FORM_FIELD_ATTRIBUTES 3CURSES "Dec 31, 1996" .SH NAME form_field_attributes, set_field_fore, field_fore, set_field_back, field_back, set_field_pad, field_pad \- format the general display attributes of forms @@ -73,34 +73,28 @@ undefined. return one of the following: .sp .ne 2 -.mk .na \fBE_OK\fR .ad .RS 18n -.rt The function returned successfully. .RE .sp .ne 2 -.mk .na \fBE_SYSTEM_ERROR\fR .ad .RS 18n -.rt System error. .RE .sp .ne 2 -.mk .na \fBE_BAD_ARGUMENT\fR .ad .RS 18n -.rt An argument is incorrect. .RE @@ -112,13 +106,12 @@ 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 _ -MT-LevelUnsafe +MT-Level Unsafe .TE .SH SEE ALSO diff --git a/usr/src/man/man3curses/form_field_buffer.3curses b/usr/src/man/man3curses/form_field_buffer.3curses index f5a07da256..986a923b40 100644 --- a/usr/src/man/man3curses/form_field_buffer.3curses +++ b/usr/src/man/man3curses/form_field_buffer.3curses @@ -4,7 +4,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 form_field_buffer 3CURSES "31 Dec 1996" "SunOS 5.11" "Curses Library Functions" +.TH FORM_FIELD_BUFFER 3CURSES "Dec 31, 1996" .SH NAME form_field_buffer, set_field_buffer, field_buffer, set_field_status, field_status, set_max_field \- set and get forms field attributes @@ -69,34 +69,28 @@ field buffer 0 changes. \fBset_field_status()\fR sets the status flag of return one of the following: .sp .ne 2 -.mk .na \fBE_OK\fR .ad .RS 18n -.rt Thefunction returned successfully. .RE .sp .ne 2 -.mk .na \fBE_SYSTEM_ERROR\fR .ad .RS 18n -.rt System error .RE .sp .ne 2 -.mk .na \fBE_BAD_ARGUMENT\fR .ad .RS 18n -.rt An argument is incorrect. .RE @@ -108,13 +102,12 @@ 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 _ -MT-LevelUnsafe +MT-Level Unsafe .TE .SH SEE ALSO diff --git a/usr/src/man/man3curses/form_field_info.3curses b/usr/src/man/man3curses/form_field_info.3curses index 208b26bc9d..39314e525d 100644 --- a/usr/src/man/man3curses/form_field_info.3curses +++ b/usr/src/man/man3curses/form_field_info.3curses @@ -4,7 +4,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 form_field_info 3CURSES "31 Dec 1996" "SunOS 5.11" "Curses Library Functions" +.TH FORM_FIELD_INFO 3CURSES "Dec 31, 1996" .SH NAME form_field_info, field_info, dynamic_field_info \- get forms field characteristics @@ -43,34 +43,28 @@ turning off the field option \fBO_STATIC\fR. These routines return one of the following: .sp .ne 2 -.mk .na \fBE_OK\fR .ad .RS 18n -.rt The function returned successfully. .RE .sp .ne 2 -.mk .na \fBE_SYSTEM_ERROR\fR .ad .RS 18n -.rt System error. .RE .sp .ne 2 -.mk .na \fBE_BAD_ARGUMENT\fR .ad .RS 18n -.rt An argument is incorrect. .RE @@ -82,13 +76,12 @@ 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 _ -MT-LevelUnsafe +MT-Level Unsafe .TE .SH SEE ALSO diff --git a/usr/src/man/man3curses/form_field_just.3curses b/usr/src/man/man3curses/form_field_just.3curses index 1b1cca6c91..562b81029e 100644 --- a/usr/src/man/man3curses/form_field_just.3curses +++ b/usr/src/man/man3curses/form_field_just.3curses @@ -4,7 +4,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 form_field_just 3CURSES "31 Dec 1996" "SunOS 5.11" "Curses Library Functions" +.TH FORM_FIELD_JUST 3CURSES "Dec 31, 1996" .SH NAME form_field_just, set_field_just, field_just \- format the general appearance of forms @@ -77,34 +77,28 @@ The \fBfield_just()\fR function returns one of the following: The \fBset_field_just()\fR function returns one of the following: .sp .ne 2 -.mk .na \fBE_OK\fR .ad .RS 18n -.rt The function returned successfully. .RE .sp .ne 2 -.mk .na \fBE_SYSTEM_ERROR\fR .ad .RS 18n -.rt System error. .RE .sp .ne 2 -.mk .na \fBE_BAD_ARGUMENT\fR .ad .RS 18n -.rt An argument is incorrect. .RE @@ -116,13 +110,12 @@ 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 _ -MT-LevelUnsafe +MT-Level Unsafe .TE .SH SEE ALSO diff --git a/usr/src/man/man3curses/form_field_new.3curses b/usr/src/man/man3curses/form_field_new.3curses index 092be55891..45655cd3c9 100644 --- a/usr/src/man/man3curses/form_field_new.3curses +++ b/usr/src/man/man3curses/form_field_new.3curses @@ -4,7 +4,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 form_field_new 3CURSES "31 Dec 1996" "SunOS 5.11" "Curses Library Functions" +.TH FORM_FIELD_NEW 3CURSES "Dec 31, 1996" .SH NAME form_field_new, new_field, dup_field, link_field, free_field \- create and destroy forms fields @@ -59,45 +59,37 @@ Routines that return pointers return \fINULL\fR on error. \fBfree_field()\fR returns one of the following: .sp .ne 2 -.mk .na \fBE_OK\fR .ad .RS 18n -.rt Thefunction returned successfully. .RE .sp .ne 2 -.mk .na \fBE_CONNECTED\fR .ad .RS 18n -.rt The field is already connected to a form. .RE .sp .ne 2 -.mk .na \fBE_SYSTEM_ERROR\fR .ad .RS 18n -.rt System error. .RE .sp .ne 2 -.mk .na \fBE_BAD_ARGUMENT\fR .ad .RS 18n -.rt An argument is incorrect. .RE @@ -109,13 +101,12 @@ 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 _ -MT-LevelUnsafe +MT-Level Unsafe .TE .SH SEE ALSO diff --git a/usr/src/man/man3curses/form_field_opts.3curses b/usr/src/man/man3curses/form_field_opts.3curses index 349ff4db0c..a54febd12a 100644 --- a/usr/src/man/man3curses/form_field_opts.3curses +++ b/usr/src/man/man3curses/form_field_opts.3curses @@ -4,7 +4,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 form_field_opts 3CURSES "31 Dec 1996" "SunOS 5.11" "Curses Library Functions" +.TH FORM_FIELD_OPTS 3CURSES "Dec 31, 1996" .SH NAME form_field_opts, set_field_opts, field_opts_on, field_opts_off, field_opts \- forms field option routines @@ -54,111 +54,91 @@ changed. \fBfield_opts()\fR returns the options set for \fIfield\fR. .sp .ne 2 -.mk .na \fBO_VISIBLE\fR .ad .RS 14n -.rt The field is displayed. .RE .sp .ne 2 -.mk .na \fBO_ACTIVE\fR .ad .RS 14n -.rt - The field is visited during processing. +The field is visited during processing. .RE .sp .ne 2 -.mk .na \fBO_PUBLIC\fR .ad .RS 14n -.rt The field contents are displayed as data is entered. .RE .sp .ne 2 -.mk .na \fBO_EDIT\fR .ad .RS 14n -.rt - The field can be edited. +The field can be edited. .RE .sp .ne 2 -.mk .na \fBO_WRAP\fR .ad .RS 14n -.rt Words not fitting on a line are wrapped to the next line. .RE .sp .ne 2 -.mk .na \fBO_BLANK\fR .ad .RS 14n -.rt -The whole field is cleared if a character is entered in the first position. +The whole field is cleared if a character is entered in the first position. .RE .sp .ne 2 -.mk .na \fBO_AUTOSKIP\fR .ad .RS 14n -.rt -Skip to the next field when the current field becomes full. +Skip to the next field when the current field becomes full. .RE .sp .ne 2 -.mk .na \fBO_NULLOK\fR .ad .RS 14n -.rt A blank field is considered valid. .RE .sp .ne 2 -.mk .na \fBO_STATIC\fR .ad .RS 14n -.rt The field buffers are fixed in size. .RE .sp .ne 2 -.mk .na \fBO_PASSOK\fR .ad .RS 14n -.rt Validate field only if modified by user. .RE @@ -169,34 +149,28 @@ Validate field only if modified by user. of the following: .sp .ne 2 -.mk .na \fBE_OK\fR .ad .RS 18n -.rt The function returned successfully. .RE .sp .ne 2 -.mk .na \fBE_SYSTEM_ERROR\fR .ad .RS 18n -.rt System error. .RE .sp .ne 2 -.mk .na \fBE_CURRENT\fR .ad .RS 18n -.rt The field is the current field. .RE @@ -208,13 +182,12 @@ 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 _ -MT-LevelUnsafe +MT-Level Unsafe .TE .SH SEE ALSO diff --git a/usr/src/man/man3curses/form_field_userptr.3curses b/usr/src/man/man3curses/form_field_userptr.3curses index ce5422f34c..4890267c6f 100644 --- a/usr/src/man/man3curses/form_field_userptr.3curses +++ b/usr/src/man/man3curses/form_field_userptr.3curses @@ -4,7 +4,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 form_field_userptr 3CURSES "31 Dec 1996" "SunOS 5.11" "Curses Library Functions" +.TH FORM_FIELD_USERPTR 3CURSES "Dec 31, 1996" .SH NAME form_field_userptr, set_field_userptr, field_userptr \- associate application data with forms @@ -35,23 +35,19 @@ data. \fBset_field_userptr()\fR sets the user pointer of \fIfield\fR. \fBset_field_userptr()\fR returns one of the following: .sp .ne 2 -.mk .na \fBE_OK\fR .ad .RS 18n -.rt The function returned successfully. .RE .sp .ne 2 -.mk .na \fBE_SYSTEM_ERROR\fR .ad .RS 18n -.rt System error. .RE @@ -63,13 +59,12 @@ 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 _ -MT-LevelUnsafe +MT-Level Unsafe .TE .SH SEE ALSO diff --git a/usr/src/man/man3curses/form_field_validation.3curses b/usr/src/man/man3curses/form_field_validation.3curses index ef0af754c3..8c12b32950 100644 --- a/usr/src/man/man3curses/form_field_validation.3curses +++ b/usr/src/man/man3curses/form_field_validation.3curses @@ -4,7 +4,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 form_field_validation 3CURSES "31 Dec 1996" "SunOS 5.11" "Curses Library Functions" +.TH FORM_FIELD_VALIDATION 3CURSES "Dec 31, 1996" .SH NAME form_field_validation, set_field_type, field_type, field_arg \- forms field data type validation @@ -52,23 +52,19 @@ field type of \fIfield\fR. \fINULL\fR is returned if no field type is assigned. \fBset_field_type()\fR returns one of the following: .sp .ne 2 -.mk .na \fBE_OK\fR .ad .RS 18n -.rt The function returned successfully. .RE .sp .ne 2 -.mk .na \fBE_SYSTEM_ERROR\fR .ad .RS 18n -.rt System error. .RE @@ -80,13 +76,12 @@ 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 _ -MT-LevelUnsafe +MT-Level Unsafe .TE .SH SEE ALSO diff --git a/usr/src/man/man3curses/form_fieldtype.3curses b/usr/src/man/man3curses/form_fieldtype.3curses index ba8e5f7eef..b263cc12c9 100644 --- a/usr/src/man/man3curses/form_fieldtype.3curses +++ b/usr/src/man/man3curses/form_fieldtype.3curses @@ -4,7 +4,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 form_fieldtype 3CURSES "31 Dec 1996" "SunOS 5.11" "Curses Library Functions" +.TH FORM_FIELDTYPE 3CURSES "Dec 31, 1996" .SH NAME form_fieldtype, new_fieldtype, free_fieldtype, set_fieldtype_arg, set_fieldtype_choice, link_fieldtype \- forms fieldtype routines @@ -76,45 +76,37 @@ Routines that return pointers always return \fINULL\fR on error. Routines that return an integer return one of the following: .sp .ne 2 -.mk .na \fBE_OK\fR .ad .RS 18n -.rt The function returned successfully. .RE .sp .ne 2 -.mk .na \fBE_SYSTEM_ERROR\fR .ad .RS 18n -.rt System error. .RE .sp .ne 2 -.mk .na \fBE_BAD_ARGUMENT\fR .ad .RS 18n -.rt An argument is incorrect. .RE .sp .ne 2 -.mk .na \fBE_CONNECTED\fR .ad .RS 18n -.rt Type is connected to one or more fields. .RE @@ -126,13 +118,12 @@ 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 _ -MT-LevelUnsafe +MT-Level Unsafe .TE .SH SEE ALSO diff --git a/usr/src/man/man3curses/form_hook.3curses b/usr/src/man/man3curses/form_hook.3curses index 34d370d45f..f7e3df24b5 100644 --- a/usr/src/man/man3curses/form_hook.3curses +++ b/usr/src/man/man3curses/form_hook.3curses @@ -4,7 +4,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 form_hook 3CURSES "31 Dec 1996" "SunOS 5.11" "Curses Library Functions" +.TH FORM_HOOK 3CURSES "Dec 31, 1996" .SH NAME form_hook, set_form_init, form_init, set_form_term, form_term, set_field_init, field_init, set_field_term, field_term \- assign application-specific routines @@ -90,23 +90,19 @@ Routines that return pointers always return \fINULL\fR on error. Routines that return an integer return one of the following: .sp .ne 2 -.mk .na \fBE_OK\fR .ad .RS 18n -.rt The function returned successfully. .RE .sp .ne 2 -.mk .na \fBE_SYSTEM_ERROR\fR .ad .RS 18n -.rt System error. .RE @@ -118,13 +114,12 @@ 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 _ -MT-LevelUnsafe +MT-Level Unsafe .TE .SH SEE ALSO diff --git a/usr/src/man/man3curses/form_new.3curses b/usr/src/man/man3curses/form_new.3curses index 626bb9aaeb..7029c4f96b 100644 --- a/usr/src/man/man3curses/form_new.3curses +++ b/usr/src/man/man3curses/form_new.3curses @@ -4,7 +4,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 form_new 3CURSES "31 Dec 1996" "SunOS 5.11" "Curses Library Functions" +.TH FORM_NEW 3CURSES "Dec 31, 1996" .SH NAME form_new, new_form, free_form \- create and destroy forms .SH SYNOPSIS @@ -37,34 +37,28 @@ array and deallocates the space for the form. one of the following: .sp .ne 2 -.mk .na \fBE_OK \fR .ad .RS 18n -.rt The function returned successfully. .RE .sp .ne 2 -.mk .na \fBE_BAD_ARGUMENT\fR .ad .RS 18n -.rt An argument is incorrect. .RE .sp .ne 2 -.mk .na \fBE_POSTED\fR .ad .RS 18n -.rt The form is posted. .RE @@ -76,13 +70,12 @@ 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 _ -MT-LevelUnsafe +MT-Level Unsafe .TE .SH SEE ALSO diff --git a/usr/src/man/man3curses/form_new_page.3curses b/usr/src/man/man3curses/form_new_page.3curses index 0b903beaf1..15a94c7d81 100644 --- a/usr/src/man/man3curses/form_new_page.3curses +++ b/usr/src/man/man3curses/form_new_page.3curses @@ -4,7 +4,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 form_new_page 3CURSES "31 Dec 1996" "SunOS 5.11" "Curses Library Functions" +.TH FORM_NEW_PAGE 3CURSES "Dec 31, 1996" .SH NAME form_new_page, set_new_page, new_page \- forms pagination .SH SYNOPSIS @@ -39,34 +39,28 @@ begins a new page of the form. \fBset_new_page()\fR returns one of the following: .sp .ne 2 -.mk .na \fBE_OK\fR .ad .RS 18n -.rt The function returned successfully. .RE .sp .ne 2 -.mk .na \fBE_CONNECTED\fR .ad .RS 18n -.rt The field is already connected to a form. .RE .sp .ne 2 -.mk .na \fBE_SYSTEM_ERROR\fR .ad .RS 18n -.rt System error. .RE @@ -78,13 +72,12 @@ 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 _ -MT-LevelUnsafe +MT-Level Unsafe .TE .SH SEE ALSO diff --git a/usr/src/man/man3curses/form_opts.3curses b/usr/src/man/man3curses/form_opts.3curses index 2fd4cf3323..a892543bfe 100644 --- a/usr/src/man/man3curses/form_opts.3curses +++ b/usr/src/man/man3curses/form_opts.3curses @@ -4,7 +4,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 form_opts 3CURSES "31 Dec 1996" "SunOS 5.11" "Curses Library Functions" +.TH FORM_OPTS 3CURSES "Dec 31, 1996" .SH NAME form_opts, set_form_opts, form_opts_on, form_opts_off \- forms option routines .SH SYNOPSIS @@ -44,23 +44,19 @@ changed. \fBform_opts()\fR returns the options set for \fIform\fR. .sp .ne 2 -.mk .na \fBO_NL_OVERLOAD\fR .ad .RS 17n -.rt Overload the \fBREQ_NEW_LINE\fR form driver request. .RE .sp .ne 2 -.mk .na \fBO_BS_OVERLOAD\fR .ad .RS 17n -.rt Overload the \fBREQ_DEL_PREV\fR form driver request. .RE @@ -71,23 +67,19 @@ Overload the \fBREQ_DEL_PREV\fR form driver request. one of the following: .sp .ne 2 -.mk .na \fBE_OK\fR .ad .RS 18n -.rt The function returned successfully. .RE .sp .ne 2 -.mk .na \fBE_SYSTEM_ERROR\fR .ad .RS 18n -.rt System error. .RE @@ -99,13 +91,12 @@ 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 _ -MT-LevelUnsafe +MT-Level Unsafe .TE .SH SEE ALSO diff --git a/usr/src/man/man3curses/form_page.3curses b/usr/src/man/man3curses/form_page.3curses index fd52cf0b5e..06bbad1d4f 100644 --- a/usr/src/man/man3curses/form_page.3curses +++ b/usr/src/man/man3curses/form_page.3curses @@ -4,7 +4,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 form_page 3CURSES "31 Dec 1996" "SunOS 5.11" "Curses Library Functions" +.TH FORM_PAGE 3CURSES "Dec 31, 1996" .SH NAME form_page, set_form_page, set_current_field, current_field, field_index \- set forms current page and field @@ -66,67 +66,55 @@ forms current page and field following: .sp .ne 2 -.mk .na \fBE_OK\fR .ad .RS 20n -.rt The function returned successfully. .RE .sp .ne 2 -.mk .na \fBE_SYSTEM_ERROR\fR .ad .RS 20n -.rt System error. .RE .sp .ne 2 -.mk .na \fBE_BAD_ARGUMENT\fR .ad .RS 20n -.rt An argument is incorrect. .RE .sp .ne 2 -.mk .na \fBE_BAD_STATE\fR .ad .RS 20n -.rt -The routine was called from an initialization or termination function. +The routine was called from an initialization or termination function. .RE .sp .ne 2 -.mk .na \fBE_INVALID_FIELD\fR .ad .RS 20n -.rt The field contents are invalid. .RE .sp .ne 2 -.mk .na \fBE_REQUEST_DENIED\fR .ad .RS 20n -.rt The form driver request failed .RE @@ -138,13 +126,12 @@ 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 _ -MT-LevelUnsafe +MT-Level Unsafe .TE .SH SEE ALSO diff --git a/usr/src/man/man3curses/form_post.3curses b/usr/src/man/man3curses/form_post.3curses index f48fe055e0..48ce712137 100644 --- a/usr/src/man/man3curses/form_post.3curses +++ b/usr/src/man/man3curses/form_post.3curses @@ -4,7 +4,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 form_post 3CURSES "31 Dec 1996" "SunOS 5.11" "Curses Library Functions" +.TH FORM_POST 3CURSES "Dec 31, 1996" .SH NAME form_post, post_form, unpost_form \- write or erase forms from associated subwindows @@ -40,89 +40,73 @@ library is being used. These routines return one of the following: .sp .ne 2 -.mk .na \fBE_OK\fR .ad .RS 20n -.rt The function returned successfully. .RE .sp .ne 2 -.mk .na \fBE_SYSTEM_ERROR\fR .ad .RS 20n -.rt System error. .RE .sp .ne 2 -.mk .na \fBE_BAD_ARGUMENT\fR .ad .RS 20n -.rt An argument is incorrect. .RE .sp .ne 2 -.mk .na \fBE_POSTED\fR .ad .RS 20n -.rt The form is posted. .RE .sp .ne 2 -.mk .na \fBE_NOT_POSTED\fR .ad .RS 20n -.rt The form is not posted. .RE .sp .ne 2 -.mk .na \fBE_NO_ROOM\fR .ad .RS 20n -.rt The form does not fit in the subwindow. .RE .sp .ne 2 -.mk .na \fBE_BAD_STATE\fR .ad .RS 20n -.rt -The routine was called from an initialization or termination function. +The routine was called from an initialization or termination function. .RE .sp .ne 2 -.mk .na \fBE_NOT_CONNECTED \fR .ad .RS 20n -.rt The field is not connected to a form. .RE @@ -134,13 +118,12 @@ 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 _ -MT-LevelUnsafe +MT-Level Unsafe .TE .SH SEE ALSO diff --git a/usr/src/man/man3curses/form_userptr.3curses b/usr/src/man/man3curses/form_userptr.3curses index 5d33508ba4..8b1933d0a4 100644 --- a/usr/src/man/man3curses/form_userptr.3curses +++ b/usr/src/man/man3curses/form_userptr.3curses @@ -4,7 +4,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 form_userptr 3CURSES "31 Dec 1996" "SunOS 5.11" "Curses Library Functions" +.TH FORM_USERPTR 3CURSES "Dec 31, 1996" .SH NAME form_userptr, set_form_userptr \- associate application data with forms .SH SYNOPSIS @@ -34,23 +34,19 @@ data. \fBset_form_userptr()\fR sets the user pointer of \fIform\fR. returns one of the following: .sp .ne 2 -.mk .na \fBE_OK\fR .ad .RS 19n -.rt The function returned successfully. .RE .sp .ne 2 -.mk .na \fBE_SYSTEM_ERROR \fR .ad .RS 19n -.rt System error. .RE @@ -62,13 +58,12 @@ 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 _ -MT-LevelUnsafe +MT-Level Unsafe .TE .SH SEE ALSO diff --git a/usr/src/man/man3curses/form_win.3curses b/usr/src/man/man3curses/form_win.3curses index b9e9cb802b..8391511f61 100644 --- a/usr/src/man/man3curses/form_win.3curses +++ b/usr/src/man/man3curses/form_win.3curses @@ -4,7 +4,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 form_win 3CURSES "31 Dec 1996" "SunOS 5.11" "Curses Library Functions" +.TH FORM_WIN 3CURSES "Dec 31, 1996" .SH NAME form_win, set_form_win, set_form_sub, form_sub, scale_form \- forms window and subwindow association routines @@ -54,56 +54,46 @@ Routines that return pointers always return \fINULL\fR on error. Routines that return an integer return one of the following: .sp .ne 2 -.mk .na \fBE_OK\fR .ad .RS 19n -.rt The function returnedsuccessfully. .RE .sp .ne 2 -.mk .na \fBE_SYSTEM_ERROR\fR .ad .RS 19n -.rt System error. .RE .sp .ne 2 -.mk .na \fBE_BAD_ARGUMENT\fR .ad .RS 19n -.rt An argument is incorrect. .RE .sp .ne 2 -.mk .na \fBE_NOT_CONNECTED\fR .ad .RS 19n -.rt The field is not connected to a form. .RE .sp .ne 2 -.mk .na \fBE_POSTED\fR .ad .RS 19n -.rt The form is posted. .RE @@ -115,13 +105,12 @@ 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 _ -MT-LevelUnsafe +MT-Level Unsafe .TE .SH SEE ALSO diff --git a/usr/src/man/man3curses/forms.3curses b/usr/src/man/man3curses/forms.3curses index 2c2cdf6fbd..3f244d3c79 100644 --- a/usr/src/man/man3curses/forms.3curses +++ b/usr/src/man/man3curses/forms.3curses @@ -4,7 +4,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 forms 3CURSES "31 Dec 1996" "SunOS 5.11" "Curses Library Functions" +.TH FORMS 3CURSES "Dec 31, 1996" .SH NAME forms \- character based forms package .SH SYNOPSIS @@ -48,793 +48,649 @@ The following table lists each \fBforms\fR routine and the name of the manual page on which it is described. .sp .ne 2 -.mk .na \fBforms Routine Name\fR .ad .RS 25n -.rt \fBManual Page Name\fR .RE .sp .ne 2 -.mk .na \fBcurrent_field\fR .ad .RS 25n -.rt form_page(3X) .RE .sp .ne 2 -.mk .na \fBdata_ahead\fR .ad .RS 25n -.rt form_data(3X) .RE .sp .ne 2 -.mk .na \fBdata_behind\fR .ad .RS 25n -.rt form_data(3X) .RE .sp .ne 2 -.mk .na \fBdup_field\fR .ad .RS 25n -.rt form_field_new(3X) .RE .sp .ne 2 -.mk .na \fBdynamic_field_info\fR .ad .RS 25n -.rt form_field_info(3X) .RE .sp .ne 2 -.mk .na \fBfield_arg\fR .ad .RS 25n -.rt form_field_validation(3X) .RE .sp .ne 2 -.mk .na \fBfield_back\fR .ad .RS 25n -.rt form_field_attributes(3X) .RE .sp .ne 2 -.mk .na \fBfield_buffer\fR .ad .RS 25n -.rt form_field_buffer(3X) .RE .sp .ne 2 -.mk .na \fBfield_count\fR .ad .RS 25n -.rt form_field(3X) .RE .sp .ne 2 -.mk .na \fBfield_fore\fR .ad .RS 25n -.rt form_field_attributes(3X) .RE .sp .ne 2 -.mk .na \fBfield_index\fR .ad .RS 25n -.rt form_page(3X) .RE .sp .ne 2 -.mk .na \fBfield_info\fR .ad .RS 25n -.rt - form_field_info(3X) +form_field_info(3X) .RE .sp .ne 2 -.mk .na \fBfield_init\fR .ad .RS 25n -.rt - form_hook(3X) +form_hook(3X) .RE .sp .ne 2 -.mk .na \fBfield_just\fR .ad .RS 25n -.rt - form_field_just(3X) +form_field_just(3X) .RE .sp .ne 2 -.mk .na \fBfield_opts\fR .ad .RS 25n -.rt form_field_opts(3X) .RE .sp .ne 2 -.mk .na \fBfield_opts_off\fR .ad .RS 25n -.rt form_field_opts(3X) .RE .sp .ne 2 -.mk .na \fBfield_opts_on\fR .ad .RS 25n -.rt form_field_opts(3X) .RE .sp .ne 2 -.mk .na \fBfield_pad\fR .ad .RS 25n -.rt form_field_attributes(3X) .RE .sp .ne 2 -.mk .na \fBfield_status\fR .ad .RS 25n -.rt form_field_buffer(3X) .RE .sp .ne 2 -.mk .na \fBfield_term\fR .ad .RS 25n -.rt form_hook(3X) .RE .sp .ne 2 -.mk .na \fBfield_type\fR .ad .RS 25n -.rt form_field_validation(3X) .RE .sp .ne 2 -.mk .na \fBfield_userptr\fR .ad .RS 25n -.rt form_field_userptr(3X) .RE .sp .ne 2 -.mk .na \fBform_driver\fR .ad .RS 25n -.rt form_driver(3X) .RE .sp .ne 2 -.mk .na \fBform_fields\fR .ad .RS 25n -.rt form_field(3X) .RE .sp .ne 2 -.mk .na \fBform_init\fR .ad .RS 25n -.rt - form_hook(3X) +form_hook(3X) .RE .sp .ne 2 -.mk .na \fBform_opts\fR .ad .RS 25n -.rt form_opts(3X) .RE .sp .ne 2 -.mk .na \fBform_opts_off\fR .ad .RS 25n -.rt form_opts(3X) .RE .sp .ne 2 -.mk .na \fBform_opts_on\fR .ad .RS 25n -.rt form_opts(3X) .RE .sp .ne 2 -.mk .na \fBform_page\fR .ad .RS 25n -.rt form_page(3X) .RE .sp .ne 2 -.mk .na \fBform_sub\fR .ad .RS 25n -.rt form_win(3X) .RE .sp .ne 2 -.mk .na \fBform_term\fR .ad .RS 25n -.rt form_hook(3X) .RE .sp .ne 2 -.mk .na \fBform_userptr\fR .ad .RS 25n -.rt form_userptr(3X) .RE .sp .ne 2 -.mk .na \fBform_win\fR .ad .RS 25n -.rt - form_win(3X) +form_win(3X) .RE .sp .ne 2 -.mk .na -\fBfree_field \fR +\fBfree_field\fR .ad .RS 25n -.rt form_field_new(3X) .RE .sp .ne 2 -.mk .na \fBfree_fieldtype\fR .ad .RS 25n -.rt form_fieldtype(3X) .RE .sp .ne 2 -.mk .na \fBfree_form\fR .ad .RS 25n -.rt form_new(3X) .RE .sp .ne 2 -.mk .na \fBlink_field\fR .ad .RS 25n -.rt - form_field_new(3X) +form_field_new(3X) .RE .sp .ne 2 -.mk .na \fBlink_fieldtype\fR .ad .RS 25n -.rt form_fieldtype(3X) .RE .sp .ne 2 -.mk .na \fBmove_field\fR .ad .RS 25n -.rt form_field(3X) .RE .sp .ne 2 -.mk .na \fBnew_field\fR .ad .RS 25n -.rt - form_field_new(3X) +form_field_new(3X) .RE .sp .ne 2 -.mk .na \fBnew_fieldtype\fR .ad .RS 25n -.rt - form_fieldtype(3X) +form_fieldtype(3X) .RE .sp .ne 2 -.mk .na \fBnew_form\fR .ad .RS 25n -.rt - form_new(3X) +form_new(3X) .RE .sp .ne 2 -.mk .na \fBnew_page\fR .ad .RS 25n -.rt form_new_page(3X) .RE .sp .ne 2 -.mk .na \fBpos_form_cursor\fR .ad .RS 25n -.rt form_cursor(3X) .RE .sp .ne 2 -.mk .na \fBpost_form\fR .ad .RS 25n -.rt form_post(3X) .RE .sp .ne 2 -.mk .na -\fBscale_form \fR +\fBscale_form\fR .ad .RS 25n -.rt form_win(3X) .RE .sp .ne 2 -.mk .na \fBset_current_field\fR .ad .RS 25n -.rt form_page(3X) .RE .sp .ne 2 -.mk .na \fBset_field_back\fR .ad .RS 25n -.rt form_field_attributes(3X) .RE .sp .ne 2 -.mk .na \fBset_field_buffer\fR .ad .RS 25n -.rt - form_field_buffer(3X) +form_field_buffer(3X) .RE .sp .ne 2 -.mk .na \fBset_field_fore\fR .ad .RS 25n -.rt form_field_attributes(3X) .RE .sp .ne 2 -.mk .na \fBset_field_init\fR .ad .RS 25n -.rt form_hook(3X) .RE .sp .ne 2 -.mk .na \fB set_field_just\fR .ad .RS 25n -.rt form_field_just(3X) .RE .sp .ne 2 -.mk .na \fBset_field_opts\fR .ad .RS 25n -.rt form_field_opts(3X) .RE .sp .ne 2 -.mk .na \fBset_field_pad\fR .ad .RS 25n -.rt form_field_attributes(3X) .RE .sp .ne 2 -.mk .na \fBset_field_status\fR .ad .RS 25n -.rt form_field_buffer(3X) .RE .sp .ne 2 -.mk .na \fBset_field_term\fR .ad .RS 25n -.rt form_hook(3X) .RE .sp .ne 2 -.mk .na \fBset_field_type\fR .ad .RS 25n -.rt form_field_validation(3X) .RE .sp .ne 2 -.mk .na \fBset_field_userptr\fR .ad .RS 25n -.rt form_field_userptr(3X) .RE .sp .ne 2 -.mk .na \fBset_fieldtype_arg\fR .ad .RS 25n -.rt form_fieldtype(3X) .RE .sp .ne 2 -.mk .na -\fBset_fieldtype_choice \fR +\fBset_fieldtype_choice\fR .ad .RS 25n -.rt form_fieldtype(3X) .RE .sp .ne 2 -.mk .na \fBset_form_fields\fR .ad .RS 25n -.rt form_field(3X) .RE .sp .ne 2 -.mk .na \fBset_form_init\fR .ad .RS 25n -.rt form_hook(3X) .RE .sp .ne 2 -.mk .na \fBset_form_opts\fR .ad .RS 25n -.rt form_opts(3X) .RE .sp .ne 2 -.mk .na \fBset_form_page\fR .ad .RS 25n -.rt form_page(3X) .RE .sp .ne 2 -.mk .na \fBset_form_sub\fR .ad .RS 25n -.rt form_win(3X) .RE .sp .ne 2 -.mk .na \fBset_form_term\fR .ad .RS 25n -.rt form_hook(3X) .RE .sp .ne 2 -.mk .na \fBset_form_userptr\fR .ad .RS 25n -.rt form_userptr(3X) .RE .sp .ne 2 -.mk .na \fBset_form_win\fR .ad .RS 25n -.rt form_win(3X) .RE .sp .ne 2 -.mk .na \fBset_max_field\fR .ad .RS 25n -.rt form_field_buffer(3X) .RE .sp .ne 2 -.mk .na \fBset_new_page\fR .ad .RS 25n -.rt form_new_page(3X) .RE .sp .ne 2 -.mk .na \fBunpost_form\fR .ad .RS 25n -.rt form_post(3X) .RE @@ -845,144 +701,118 @@ Routines that return a pointer always return \fINULL\fR on error. Routines that return an integer return one of the following: .sp .ne 2 -.mk .na \fB\fBE_OK\fR\fR .ad .RS 21n -.rt The function returned successfully. .RE .sp .ne 2 -.mk .na \fB\fBE_CONNECTED\fR\fR .ad .RS 21n -.rt The field is already connected to a form. .RE .sp .ne 2 -.mk .na \fB\fBE_SYSTEM_ERROR\fR\fR .ad .RS 21n -.rt System error. .RE .sp .ne 2 -.mk .na \fB\fBE_BAD_ARGUMENT\fR\fR .ad .RS 21n -.rt An argument is incorrect. .RE .sp .ne 2 -.mk .na \fB\fBE_CURRENT\fR\fR .ad .RS 21n -.rt The field is the current field. .RE .sp .ne 2 -.mk .na \fB\fBE_POSTED\fR\fR .ad .RS 21n -.rt The form is posted. .RE .sp .ne 2 -.mk .na \fB\fBE_NOT_POSTED\fR\fR .ad .RS 21n -.rt The form is not posted. .RE .sp .ne 2 -.mk .na \fB\fBE_INVALID_FIELD\fR\fR .ad .RS 21n -.rt The field contents are invalid. .RE .sp .ne 2 -.mk .na \fB\fBE_NOT_CONNECTED\fR\fR .ad .RS 21n -.rt The field is not connected to a form. .RE .sp .ne 2 -.mk .na \fB\fBE_NO_ROOM\fR\fR .ad .RS 21n -.rt The form does not fit in the subwindow. .RE .sp .ne 2 -.mk .na \fB\fBE_BAD_STATE\fR\fR .ad .RS 21n -.rt The routine was called from an initialization or termination function. .RE .sp .ne 2 -.mk .na \fB\fBE_REQUEST_DENIED\fR\fR .ad .RS 21n -.rt The form driver request failed. .RE .sp .ne 2 -.mk .na \fB\fBE_UNKNOWN_COMMAND\fR\fR .ad .RS 21n -.rt An unknown request was passed to the form driver. .RE @@ -994,13 +824,12 @@ 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 _ -MT-LevelUnsafe +MT-Level Unsafe .TE .SH SEE ALSO diff --git a/usr/src/man/man3curses/menu_attributes.3curses b/usr/src/man/man3curses/menu_attributes.3curses index e344729c61..1103d1e1b4 100644 --- a/usr/src/man/man3curses/menu_attributes.3curses +++ b/usr/src/man/man3curses/menu_attributes.3curses @@ -4,7 +4,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 menu_attributes 3CURSES "31 Dec 1996" "SunOS 5.11" "Curses Library Functions" +.TH MENU_ATTRIBUTES 3CURSES "Dec 31, 1996" .SH NAME menu_attributes, set_menu_fore, menu_fore, set_menu_back, menu_back, set_menu_grey, menu_grey, set_menu_pad, menu_pad \- control menus display @@ -84,34 +84,28 @@ description of an item. \fBset_menu_pad()\fR sets the pad character for These routines return one of the following: .sp .ne 2 -.mk .na \fBE_OK\fR .ad .RS 19n -.rt The routine returned successfully. .RE .sp .ne 2 -.mk .na \fBE_SYSTEM_ERROR\fR .ad .RS 19n -.rt System error. .RE .sp .ne 2 -.mk .na -\fBE_BAD_ARGUMENT \fR +\fBE_BAD_ARGUMENT\fR .ad .RS 19n -.rt An incorrect argument was passed to the routine. .RE @@ -123,13 +117,12 @@ 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 _ -MT-LevelUnsafe +MT-Level Unsafe .TE .SH SEE ALSO diff --git a/usr/src/man/man3curses/menu_cursor.3curses b/usr/src/man/man3curses/menu_cursor.3curses index b0df30491e..dfaaa29212 100644 --- a/usr/src/man/man3curses/menu_cursor.3curses +++ b/usr/src/man/man3curses/menu_cursor.3curses @@ -4,7 +4,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 menu_cursor 3CURSES "31 Dec 1996" "SunOS 5.11" "Curses Library Functions" +.TH MENU_CURSOR 3CURSES "Dec 31, 1996" .SH NAME menu_cursor, pos_menu_cursor \- correctly position a menus cursor .SH SYNOPSIS @@ -30,45 +30,37 @@ application calls a \fBcurses\fR library I/O routine. This routine returns one of the following: .sp .ne 2 -.mk .na -\fBE_OK \fR +\fBE_OK\fR .ad .RS 18n -.rt The routine returned successfully. .RE .sp .ne 2 -.mk .na \fBE_SYSTEM_ERROR\fR .ad .RS 18n -.rt System error. .RE .sp .ne 2 -.mk .na \fBE_BAD_ARGUMENT\fR .ad .RS 18n -.rt An incorrect argument was passed to the routine. .RE .sp .ne 2 -.mk .na \fBE_NOT_POSTED\fR .ad .RS 18n -.rt The menu has not been posted. .RE @@ -80,13 +72,12 @@ 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 _ -MT-LevelUnsafe +MT-Level Unsafe .TE .SH SEE ALSO diff --git a/usr/src/man/man3curses/menu_driver.3curses b/usr/src/man/man3curses/menu_driver.3curses index 5bffa2451e..8e95360ab2 100644 --- a/usr/src/man/man3curses/menu_driver.3curses +++ b/usr/src/man/man3curses/menu_driver.3curses @@ -4,7 +4,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 menu_driver 3CURSES "31 Dec 1996" "SunOS 5.11" "Curses Library Functions" +.TH MENU_DRIVER 3CURSES "Dec 31, 1996" .SH NAME menu_driver \- command processor for the menus subsystem .SH SYNOPSIS @@ -32,188 +32,154 @@ it is an application-defined command and returns \fBE_UNKNOWN_COMMAND\fR. Menu driver requests: .sp .ne 2 -.mk .na \fBREQ_LEFT_ITEM\fR .ad .RS 21n -.rt Move left to an item. .RE .sp .ne 2 -.mk .na -\fBREQ_RIGHT_ITEM \fR +\fBREQ_RIGHT_ITEM\fR .ad .RS 21n -.rt Move right to an item .RE .sp .ne 2 -.mk .na \fBREQ_UP_ITEM\fR .ad .RS 21n -.rt Move up to an item. .RE .sp .ne 2 -.mk .na \fBREQ_DOWN_ITEM\fR .ad .RS 21n -.rt Move down to an item. .RE .sp .ne 2 -.mk .na \fBREQ_SCR_ULINE\fR .ad .RS 21n -.rt Scroll up a line. .RE .sp .ne 2 -.mk .na \fBREQ_SCR_DLINE\fR .ad .RS 21n -.rt Scroll down a line. .RE .sp .ne 2 -.mk .na \fBREQ_SCR_DPAGE\fR .ad .RS 21n -.rt Scroll up a page. .RE .sp .ne 2 -.mk .na \fBREQ_SCR_UPAGE\fR .ad .RS 21n -.rt Scroll down a page. .RE .sp .ne 2 -.mk .na \fBREQ_FIRST_ITEM\fR .ad .RS 21n -.rt Move to the first item. .RE .sp .ne 2 -.mk .na \fBREQ_LAST_ITEM\fR .ad .RS 21n -.rt Move to the last item. .RE .sp .ne 2 -.mk .na \fBREQ_NEXT_ITEM\fR .ad .RS 21n -.rt Move to the next item. .RE .sp .ne 2 -.mk .na \fBREQ_PREV_ITEM\fR .ad .RS 21n -.rt Move to the previous item. .RE .sp .ne 2 -.mk .na \fBREQ_TOGGLE_ITEM\fR .ad .RS 21n -.rt Select/de-select an item. .RE .sp .ne 2 -.mk .na \fBREQ_CLEAR_PATTERN\fR .ad .RS 21n -.rt Clear the menu pattern buffer. .RE .sp .ne 2 -.mk .na \fBREQ_BACK_PATTERN\fR .ad .RS 21n -.rt Delete the previous character from pattern buffer. .RE .sp .ne 2 -.mk .na \fBREQ_NEXT_MATCH\fR .ad .RS 21n -.rt Move the next matching item. .RE .sp .ne 2 -.mk .na \fBREQ_PREV_MATCH\fR .ad .RS 21n -.rt Move to the previous matching item. .RE @@ -223,100 +189,82 @@ Move to the previous matching item. \fBmenu_driver()\fR returns one of the following: .sp .ne 2 -.mk .na \fBE_OK\fR .ad .RS 21n -.rt The routine returned successfully. .RE .sp .ne 2 -.mk .na \fBE_SYSTEM_ERROR\fR .ad .RS 21n -.rt System error. .RE .sp .ne 2 -.mk .na \fBE_BAD_ARGUMENT\fR .ad .RS 21n -.rt An incorrect argument was passed to the routine. .RE .sp .ne 2 -.mk .na \fBE_BAD_STATE\fR .ad .RS 21n -.rt The routine was called from an initialization or termination function. .RE .sp .ne 2 -.mk .na \fBE_NOT_POSTED\fR .ad .RS 21n -.rt The menu has not been posted. .RE .sp .ne 2 -.mk .na \fBE_UNKNOWN_COMMAND\fR .ad .RS 21n -.rt An unknown request was passed to the menu driver. .RE .sp .ne 2 -.mk .na \fBE_NO_MATCH\fR .ad .RS 21n -.rt The character failed to match. .RE .sp .ne 2 -.mk .na \fBE_NOT_SELECTABLE\fR .ad .RS 21n -.rt The item cannot be selected. .RE .sp .ne 2 -.mk .na \fBE_REQUEST_DENIED\fR .ad .RS 21n -.rt The menu driver could not process the request. .RE @@ -328,13 +276,12 @@ 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 _ -MT-LevelUnsafe +MT-Level Unsafe .TE .SH SEE ALSO diff --git a/usr/src/man/man3curses/menu_format.3curses b/usr/src/man/man3curses/menu_format.3curses index f3e3d9ac36..fce891cdff 100644 --- a/usr/src/man/man3curses/menu_format.3curses +++ b/usr/src/man/man3curses/menu_format.3curses @@ -4,7 +4,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 menu_format 3CURSES "31 Dec 1996" "SunOS 5.11" "Curses Library Functions" +.TH MENU_FORMAT 3CURSES "Dec 31, 1996" .SH NAME menu_format, set_menu_format \- set and get maximum numbers of rows and columns in menus @@ -39,45 +39,37 @@ the variables used to return these values. \fBset_menu_format()\fR returns one of the following: .sp .ne 2 -.mk .na \fBE_OK\fR .ad .RS 18n -.rt The routine returned successfully. .RE .sp .ne 2 -.mk .na \fBE_SYSTEM_ERROR\fR .ad .RS 18n -.rt System error. .RE .sp .ne 2 -.mk .na \fBE_BAD_ARGUMENT\fR .ad .RS 18n -.rt An incorrect argument was passed to the routine. .RE .sp .ne 2 -.mk .na \fBE_POSTED\fR .ad .RS 18n -.rt The menu is already posted. .RE @@ -89,13 +81,12 @@ 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 _ -MT-LevelUnsafe +MT-Level Unsafe .TE .SH SEE ALSO diff --git a/usr/src/man/man3curses/menu_hook.3curses b/usr/src/man/man3curses/menu_hook.3curses index 86c3e0001a..3980aeb846 100644 --- a/usr/src/man/man3curses/menu_hook.3curses +++ b/usr/src/man/man3curses/menu_hook.3curses @@ -4,7 +4,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 menu_hook 3CURSES "31 Dec 1996" "SunOS 5.11" "Curses Library Functions" +.TH MENU_HOOK 3CURSES "Dec 31, 1996" .SH NAME menu_hook, set_item_init, item_init, set_item_term, item_term, set_menu_init, menu_init, set_menu_term, menu_term \- assign application-specific routines for @@ -82,23 +82,19 @@ Routines that return pointers always return \fBNULL\fR on error. Routines that return an integer return one of the following: .sp .ne 2 -.mk .na \fBE_OK\fR .ad .RS 18n -.rt The routine returned successfully. .RE .sp .ne 2 -.mk .na \fBE_SYSTEM_ERROR\fR .ad .RS 18n -.rt System error. .RE @@ -110,13 +106,12 @@ 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 _ -MT-LevelUnsafe +MT-Level Unsafe .TE .SH SEE ALSO diff --git a/usr/src/man/man3curses/menu_item_current.3curses b/usr/src/man/man3curses/menu_item_current.3curses index ade2ecffe4..48d266aec2 100644 --- a/usr/src/man/man3curses/menu_item_current.3curses +++ b/usr/src/man/man3curses/menu_item_current.3curses @@ -4,7 +4,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 menu_item_current 3CURSES "31 Dec 1996" "SunOS 5.11" "Curses Library Functions" +.TH MENU_ITEM_CURRENT 3CURSES "Dec 31, 1996" .SH NAME menu_item_current, set_current_item, current_item, set_top_row, top_row, item_index \- set and get current menus items @@ -66,56 +66,46 @@ where \fIN\fR is the total number of items connected to the menu. \fBset_current_item()\fR and \fBset_top_row()\fR return one of the following: .sp .ne 2 -.mk .na \fBE_OK\fR .ad .RS 19n -.rt The routine returned successfully. .RE .sp .ne 2 -.mk .na \fBE_SYSTEM_ERROR\fR .ad .RS 19n -.rt System error. .RE .sp .ne 2 -.mk .na \fBE_BAD_ARGUMENT\fR .ad .RS 19n -.rt An incorrect argument was passed to the routine. .RE .sp .ne 2 -.mk .na \fBE_BAD_STATE\fR .ad .RS 19n -.rt -The routine was called from an initialization or termination function. +The routine was called from an initialization or termination function. .RE .sp .ne 2 -.mk .na \fBE_NOT_CONNECTED\fR .ad .RS 19n -.rt No items are connected to the menu. .RE @@ -127,13 +117,12 @@ 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 _ -MT-LevelUnsafe +MT-Level Unsafe .TE .SH SEE ALSO diff --git a/usr/src/man/man3curses/menu_item_name.3curses b/usr/src/man/man3curses/menu_item_name.3curses index 5604614b1a..cd0d61f47f 100644 --- a/usr/src/man/man3curses/menu_item_name.3curses +++ b/usr/src/man/man3curses/menu_item_name.3curses @@ -4,7 +4,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 menu_item_name 3CURSES "31 Dec 1996" "SunOS 5.11" "Curses Library Functions" +.TH MENU_ITEM_NAME 3CURSES "Dec 31, 1996" .SH NAME menu_item_name, item_name, item_description \- get menus item name and description @@ -43,13 +43,12 @@ 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 _ -MT-LevelUnsafe +MT-Level Unsafe .TE .SH SEE ALSO diff --git a/usr/src/man/man3curses/menu_item_new.3curses b/usr/src/man/man3curses/menu_item_new.3curses index 0c29841104..40691d8284 100644 --- a/usr/src/man/man3curses/menu_item_new.3curses +++ b/usr/src/man/man3curses/menu_item_new.3curses @@ -4,7 +4,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 menu_item_new 3CURSES "31 Dec 1996" "SunOS 5.11" "Curses Library Functions" +.TH MENU_ITEM_NEW 3CURSES "Dec 31, 1996" .SH NAME menu_item_new, new_item, free_item \- create and destroy menus items .SH SYNOPSIS @@ -39,46 +39,38 @@ freed, the user can no longer connect it to a menu. \fBfree_item()\fR returns one of the following: .sp .ne 2 -.mk .na \fBE_OK\fR .ad .RS 19n -.rt The routine returned successfully. .RE .sp .ne 2 -.mk .na \fBE_SYSTEM_ERROR\fR .ad .RS 19n -.rt System error. .RE .sp .ne 2 -.mk .na -\fBE_BAD_ARGUMENT \fR +\fBE_BAD_ARGUMENT\fR .ad .RS 19n -.rt An incorrect argument was passed to the routine. .RE .sp .ne 2 -.mk .na \fBE_CONNECTED\fR .ad .RS 19n -.rt -One or more items are already connected to another menu. +One or more items are already connected to another menu. .RE .SH ATTRIBUTES @@ -89,13 +81,12 @@ 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 _ -MT-LevelUnsafe +MT-Level Unsafe .TE .SH SEE ALSO diff --git a/usr/src/man/man3curses/menu_item_opts.3curses b/usr/src/man/man3curses/menu_item_opts.3curses index f4e8db958f..1f7b895272 100644 --- a/usr/src/man/man3curses/menu_item_opts.3curses +++ b/usr/src/man/man3curses/menu_item_opts.3curses @@ -4,7 +4,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 menu_item_opts 3CURSES "31 Dec 1996" "SunOS 5.11" "Curses Library Functions" +.TH MENU_ITEM_OPTS 3CURSES "Dec 31, 1996" .SH NAME menu_item_opts, set_item_opts, item_opts_on, item_opts_off, item_opts \- menus item option routines @@ -52,12 +52,10 @@ option is changed. \fBitem_opts()\fR returns the current options of \fIitem\fR. .sp .ne 2 -.mk .na \fB\fBO_SELECTABLE\fR\fR .ad .RS 16n -.rt The item can be selected during menu processing. .RE @@ -67,23 +65,19 @@ The item can be selected during menu processing. Except for \fBitem_opts()\fR, these routines return one of the following: .sp .ne 2 -.mk .na \fBE_OK\fR .ad .RS 18n -.rt The routine returned successfully. .RE .sp .ne 2 -.mk .na \fBE_SYSTEM_ERROR\fR .ad .RS 18n -.rt System error. .RE @@ -95,13 +89,12 @@ 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 _ -MT-LevelUnsafe +MT-Level Unsafe .TE .SH SEE ALSO diff --git a/usr/src/man/man3curses/menu_item_userptr.3curses b/usr/src/man/man3curses/menu_item_userptr.3curses index 977816b346..cbb894a9a8 100644 --- a/usr/src/man/man3curses/menu_item_userptr.3curses +++ b/usr/src/man/man3curses/menu_item_userptr.3curses @@ -4,7 +4,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 menu_item_userptr 3CURSES "31 Dec 1996" "SunOS 5.11" "Curses Library Functions" +.TH MENU_ITEM_USERPTR 3CURSES "Dec 31, 1996" .SH NAME menu_item_userptr, set_item_userptr, item_userptr \- associate application data with menus items @@ -35,23 +35,19 @@ information. \fBset_item_userptr()\fR sets the user pointer of \fIitem\fR. returns one of the following: .sp .ne 2 -.mk .na \fBE_OK\fR .ad .RS 18n -.rt The routine returned successfully. .RE .sp .ne 2 -.mk .na \fBE_SYSTEM_ERROR\fR .ad .RS 18n -.rt System error. .RE @@ -63,13 +59,12 @@ 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 _ -MT-LevelUnsafe +MT-Level Unsafe .TE .SH SEE ALSO diff --git a/usr/src/man/man3curses/menu_item_value.3curses b/usr/src/man/man3curses/menu_item_value.3curses index b536680161..aa2d8259db 100644 --- a/usr/src/man/man3curses/menu_item_value.3curses +++ b/usr/src/man/man3curses/menu_item_value.3curses @@ -4,7 +4,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 menu_item_value 3CURSES "31 Dec 1996" "SunOS 5.11" "Curses Library Functions" +.TH MENU_ITEM_VALUE 3CURSES "Dec 31, 1996" .SH NAME menu_item_value, set_item_value, item_value \- set and get menus item values .SH SYNOPSIS @@ -40,34 +40,28 @@ option \fBO_ONEVALUE\fR. (See \fBmenu_opts\fR(3CURSES)). \fBset_item_value()\fR returns one of the following: .sp .ne 2 -.mk .na \fBE_OK\fR .ad .RS 20n -.rt The routine returned successfully. .RE .sp .ne 2 -.mk .na \fBE_SYSTEM_ERROR\fR .ad .RS 20n -.rt System error. .RE .sp .ne 2 -.mk .na \fBE_REQUEST_DENIED\fR .ad .RS 20n -.rt The menu driver could not process the request. .RE @@ -79,13 +73,12 @@ 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 _ -MT-LevelUnsafe +MT-Level Unsafe .TE .SH SEE ALSO diff --git a/usr/src/man/man3curses/menu_item_visible.3curses b/usr/src/man/man3curses/menu_item_visible.3curses index 7750473468..3bda03648c 100644 --- a/usr/src/man/man3curses/menu_item_visible.3curses +++ b/usr/src/man/man3curses/menu_item_visible.3curses @@ -4,7 +4,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 menu_item_visible 3CURSES "31 Dec 1996" "SunOS 5.11" "Curses Library Functions" +.TH MENU_ITEM_VISIBLE 3CURSES "Dec 31, 1996" .SH NAME menu_item_visible, item_visible \- tell if menus item is visible .SH SYNOPSIS @@ -32,13 +32,12 @@ 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 _ -MT-LevelUnsafe +MT-Level Unsafe .TE .SH SEE ALSO diff --git a/usr/src/man/man3curses/menu_items.3curses b/usr/src/man/man3curses/menu_items.3curses index 5928cbf512..4bc016d3cf 100644 --- a/usr/src/man/man3curses/menu_items.3curses +++ b/usr/src/man/man3curses/menu_items.3curses @@ -4,7 +4,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 menu_items 3CURSES "31 Dec 1996" "SunOS 5.11" "Curses Library Functions" +.TH MENU_ITEMS 3CURSES "Dec 31, 1996" .SH NAME menu_items, set_menu_items, item_count \- connect and disconnect items to and from menus @@ -46,56 +46,46 @@ number of items in \fImenu\fR. \fBset_menu_items()\fR returns one of the following: .sp .ne 2 -.mk .na \fBE_OK\fR .ad .RS 18n -.rt The routine returned successfully. .RE .sp .ne 2 -.mk .na \fBE_SYSTEM_ERROR\fR .ad .RS 18n -.rt System error. .RE .sp .ne 2 -.mk .na \fBE_BAD_ARGUMENT\fR .ad .RS 18n -.rt An incorrect argument was passed to the routine. .RE .sp .ne 2 -.mk .na \fBE_POSTED\fR .ad .RS 18n -.rt The menu is already posted. .RE .sp .ne 2 -.mk .na \fBE_CONNECTED\fR .ad .RS 18n -.rt One or more items are already connected to another menu. .RE @@ -107,13 +97,12 @@ 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 _ -MT-LevelUnsafe +MT-Level Unsafe .TE .SH SEE ALSO diff --git a/usr/src/man/man3curses/menu_mark.3curses b/usr/src/man/man3curses/menu_mark.3curses index ca7516a1e6..8301d31f80 100644 --- a/usr/src/man/man3curses/menu_mark.3curses +++ b/usr/src/man/man3curses/menu_mark.3curses @@ -4,7 +4,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 menu_mark 3CURSES "31 Dec 1996" "SunOS 5.11" "Curses Library Functions" +.TH MENU_MARK 3CURSES "Dec 31, 1996" .SH NAME menu_mark, set_menu_mark \- menus mark string routines .SH SYNOPSIS @@ -35,34 +35,28 @@ mark string of \fImenu\fR. one of the following: .sp .ne 2 -.mk .na \fBE_OK\fR .ad .RS 19n -.rt The routine returned successfully. .RE .sp .ne 2 -.mk .na \fBE_SYSTEM_ERROR\fR .ad .RS 19n -.rt System error. .RE .sp .ne 2 -.mk .na -\fBE_BAD_ARGUMENT \fR +\fBE_BAD_ARGUMENT\fR .ad .RS 19n -.rt An incorrect argument was passed to the routine. .RE @@ -74,13 +68,12 @@ 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 _ -MT-LevelUnsafe +MT-Level Unsafe .TE .SH SEE ALSO diff --git a/usr/src/man/man3curses/menu_new.3curses b/usr/src/man/man3curses/menu_new.3curses index f0c95a4aa8..80166647ca 100644 --- a/usr/src/man/man3curses/menu_new.3curses +++ b/usr/src/man/man3curses/menu_new.3curses @@ -4,7 +4,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 menu_new 3CURSES "31 Dec 1996" "SunOS 5.11" "Curses Library Functions" +.TH MENU_NEW 3CURSES "Dec 31, 1996" .SH NAME menu_new, new_menu, free_menu \- create and destroy menus .SH SYNOPSIS @@ -39,45 +39,37 @@ and frees the storage allocated for the menu. \fBfree_menu()\fR returns one of the following: .sp .ne 2 -.mk .na \fBE_OK\fR .ad .RS 19n -.rt The routine returned successfully. .RE .sp .ne 2 -.mk .na \fBE_SYSTEM_ERROR\fR .ad .RS 19n -.rt System error. .RE .sp .ne 2 -.mk .na -\fBE_BAD_ARGUMENT \fR +\fBE_BAD_ARGUMENT\fR .ad .RS 19n -.rt An incorrect argument was passed to the routine. .RE .sp .ne 2 -.mk .na \fBE_POSTED\fR .ad .RS 19n -.rt The menu is already posted. .RE @@ -89,13 +81,12 @@ 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 _ -MT-LevelUnsafe +MT-Level Unsafe .TE .SH SEE ALSO diff --git a/usr/src/man/man3curses/menu_opts.3curses b/usr/src/man/man3curses/menu_opts.3curses index 2f773e9871..3bcee2713f 100644 --- a/usr/src/man/man3curses/menu_opts.3curses +++ b/usr/src/man/man3curses/menu_opts.3curses @@ -4,7 +4,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 menu_opts 3CURSES "31 Dec 1996" "SunOS 5.11" "Curses Library Functions" +.TH MENU_OPTS 3CURSES "Dec 31, 1996" .SH NAME menu_opts, set_menu_opts, menu_opts_on, menu_opts_off \- menus option routines .SH SYNOPSIS @@ -53,67 +53,55 @@ option is changed. The following values can be OR'd together to create \fIopts\fR. .sp .ne 2 -.mk .na \fB\fBO_ONEVALUE\fR\fR .ad .RS 16n -.rt Only one item can be selected from the menu. .RE .sp .ne 2 -.mk .na \fB\fBO_SHOWDESC\fR\fR .ad .RS 16n -.rt Display the description of the items. .RE .sp .ne 2 -.mk .na \fB\fBO_ROWMAJOR\fR\fR .ad .RS 16n -.rt Display the menu in row major order. .RE .sp .ne 2 -.mk .na \fB\fBO_IGNORECASE\fR\fR .ad .RS 16n -.rt Ignore the case when pattern matching. .RE .sp .ne 2 -.mk .na \fB\fBO_SHOWMATCH\fR\fR .ad .RS 16n -.rt Place the cursor within the item name when pattern matching. .RE .sp .ne 2 -.mk .na \fB\fBO_NONCYCLIC\fR\fR .ad .RS 16n -.rt Make certain menu driver requests non-cyclic. .RE @@ -123,34 +111,28 @@ Make certain menu driver requests non-cyclic. Except for \fBmenu_opts()\fR, these routines return one of the following: .sp .ne 2 -.mk .na \fBE_OK\fR .ad .RS 18n -.rt The routine returned successfully. .RE .sp .ne 2 -.mk .na \fBE_SYSTEM_ERROR\fR .ad .RS 18n -.rt System error. .RE .sp .ne 2 -.mk .na \fBE_POSTED\fR .ad .RS 18n -.rt The menu is already posted. .RE @@ -162,13 +144,12 @@ 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 _ -MT-LevelUnsafe +MT-Level Unsafe .TE .SH SEE ALSO diff --git a/usr/src/man/man3curses/menu_pattern.3curses b/usr/src/man/man3curses/menu_pattern.3curses index 7b450cfddd..c5f31d366c 100644 --- a/usr/src/man/man3curses/menu_pattern.3curses +++ b/usr/src/man/man3curses/menu_pattern.3curses @@ -4,7 +4,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 menu_pattern 3CURSES "31 Dec 1996" "SunOS 5.11" "Curses Library Functions" +.TH MENU_PATTERN 3CURSES "Dec 31, 1996" .SH NAME menu_pattern, set_menu_pattern \- set and get menus pattern match buffer .SH SYNOPSIS @@ -38,45 +38,37 @@ the current item. If not, the current item does not change. returns one of the following: .sp .ne 2 -.mk .na \fBE_OK\fR .ad .RS 18n -.rt The routine returned successfully. .RE .sp .ne 2 -.mk .na \fBE_SYSTEM_ERROR\fR .ad .RS 18n -.rt System error. .RE .sp .ne 2 -.mk .na \fBE_BAD_ARGUMENT\fR .ad .RS 18n -.rt An incorrect argument was passed to the routine. .RE .sp .ne 2 -.mk .na \fBE_NO_MATCH\fR .ad .RS 18n -.rt The character failed to match. .RE @@ -88,13 +80,12 @@ 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 _ -MT-LevelUnsafe +MT-Level Unsafe .TE .SH SEE ALSO diff --git a/usr/src/man/man3curses/menu_post.3curses b/usr/src/man/man3curses/menu_post.3curses index cc2c3286b7..1f496a8e99 100644 --- a/usr/src/man/man3curses/menu_post.3curses +++ b/usr/src/man/man3curses/menu_post.3curses @@ -4,7 +4,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 menu_post 3CURSES "31 Dec 1996" "SunOS 5.11" "Curses Library Functions" +.TH MENU_POST 3CURSES "Dec 31, 1996" .SH NAME menu_post, post_menu, unpost_menu \- write or erase menus from associated subwindows @@ -38,89 +38,73 @@ being used. These routines return one of the following: .sp .ne 2 -.mk .na \fBE_OK\fR .ad .RS 19n -.rt The routine returned successfully. .RE .sp .ne 2 -.mk .na \fBE_SYSTEM_ERROR\fR .ad .RS 19n -.rt System error. .RE .sp .ne 2 -.mk .na \fBE_BAD_ARGUMENT\fR .ad .RS 19n -.rt An incorrect argument was passed to the routine. .RE .sp .ne 2 -.mk .na \fBE_POSTED\fR .ad .RS 19n -.rt The menu is already posted. .RE .sp .ne 2 -.mk .na \fBE_BAD_STATE\fR .ad .RS 19n -.rt The routine was called from an initialization or termination function. .RE .sp .ne 2 -.mk .na \fBE_NO_ROOM\fR .ad .RS 19n -.rt The menu does not fit within its subwindow. .RE .sp .ne 2 -.mk .na \fBE_NOT_POSTED\fR .ad .RS 19n -.rt The menu has not been posted. .RE .sp .ne 2 -.mk .na \fBE_NOT_CONNECTED\fR .ad .RS 19n -.rt No items are connected to the menu. .RE @@ -132,13 +116,12 @@ 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 _ -MT-LevelUnsafe +MT-Level Unsafe .TE .SH SEE ALSO diff --git a/usr/src/man/man3curses/menu_userptr.3curses b/usr/src/man/man3curses/menu_userptr.3curses index b55752f935..0c65a73485 100644 --- a/usr/src/man/man3curses/menu_userptr.3curses +++ b/usr/src/man/man3curses/menu_userptr.3curses @@ -4,7 +4,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 menu_userptr 3CURSES "31 Dec 1996" "SunOS 5.11" "Curses Library Functions" +.TH MENU_USERPTR 3CURSES "Dec 31, 1996" .SH NAME menu_userptr, set_menu_userptr \- associate application data with menus .SH SYNOPSIS @@ -36,23 +36,19 @@ information. \fBset_menu_userptr()\fR sets the user pointer of \fImenu\fR. \fBset_menu_userptr()\fR returns one of the following: .sp .ne 2 -.mk .na \fBE_OK\fR .ad .RS 18n -.rt The routine returned successfully. .RE .sp .ne 2 -.mk .na \fBE_SYSTEM_ERROR\fR .ad .RS 18n -.rt System error. .RE @@ -64,13 +60,12 @@ 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 _ -MT-LevelUnsafe +MT-Level Unsafe .TE .SH SEE ALSO diff --git a/usr/src/man/man3curses/menu_win.3curses b/usr/src/man/man3curses/menu_win.3curses index 8cf08387f5..7d874c380f 100644 --- a/usr/src/man/man3curses/menu_win.3curses +++ b/usr/src/man/man3curses/menu_win.3curses @@ -4,7 +4,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 menu_win 3CURSES "31 Dec 1996" "SunOS 5.11" "Curses Library Functions" +.TH MENU_WIN 3CURSES "Dec 31, 1996" .SH NAME menu_win, set_menu_win, set_menu_sub, menu_sub, scale_menu \- menus window and subwindow association routines @@ -54,56 +54,46 @@ Routines that return pointers always return \fINULL\fR on error. Routines that return an integer return one of the following: .sp .ne 2 -.mk .na \fBE_OK\fR .ad .RS 19n -.rt The routine returned successfully. .RE .sp .ne 2 -.mk .na \fBE_SYSTEM_ERROR\fR .ad .RS 19n -.rt System error. .RE .sp .ne 2 -.mk .na \fBE_BAD_ARGUMENT\fR .ad .RS 19n -.rt An incorrect argument was passed to the routine. .RE .sp .ne 2 -.mk .na \fBE_POSTED\fR .ad .RS 19n -.rt The menu is already posted. .RE .sp .ne 2 -.mk .na \fBE_NOT_CONNECTED\fR .ad .RS 19n -.rt No items are connected to the menu. .RE @@ -115,13 +105,12 @@ 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 _ -MT-LevelUnsafe +MT-Level Unsafe .TE .SH SEE ALSO diff --git a/usr/src/man/man3curses/menus.3curses b/usr/src/man/man3curses/menus.3curses index f0fe7fcf76..832563ed86 100644 --- a/usr/src/man/man3curses/menus.3curses +++ b/usr/src/man/man3curses/menus.3curses @@ -4,7 +4,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 menus 3CURSES "31 Dec 1996" "SunOS 5.11" "Curses Library Functions" +.TH MENUS 3CURSES "Dec 31, 1996" .SH NAME menus \- character based menus package .SH SYNOPSIS @@ -47,71 +47,69 @@ which it is described. .sp .TS -tab(); -cw(2.75i) cw(2.75i) -lw(2.75i) lw(2.75i) -. -\fBMenus Routine Name\fR\fBManual Page Name\fR -\fBcurrent_item\fR\fBmenu_item_current(3X)\fR -\fBfree_item\fR\fBmenu_item_new(3X)\fR -\fBfree_menu\fR\fBmenu_new(3X)\fR -\fBitem_count\fR\fBmenu_items(3X)\fR -\fBitem_description\fR\fBmenu_item_name(3X)\fR -\fBitem_index\fR\fBmenu_item_current(3X)\fR -\fBitem_init\fR\fBmenu_hook(3X)\fR -\fBitem_name\fR\fBmenu_item_name(3X)\fR -\fBitem_opts\fR\fBmenu_item_opts(3X)\fR -\fBitem_opts_off\fR\fBmenu_item_opts(3X)\fR -\fBitem_opts_on\fR\fBmenu_item_opts(3X)\fR -\fBitem_term\fR\fBmenu_hook(3X)\fR -\fBitem_userptr\fR\fBmenu_item_userptr(3X)\fR -\fBitem_value\fR\fBmenu_item_value(3X)\fR -\fBitem_visible\fR\fBmenu_item_visible(3X)\fR -\fBmenu_back\fR\fBmenu_attributes(3X)\fR -\fBmenu_driver\fR\fBmenu_driver(3X)\fR -\fBmenu_fore\fR\fBmenu_attributes(3X)\fR -\fBmenu_format\fR\fBmenu_format(3X)\fR -\fBmenu_grey\fR\fBmenu_attributes(3X)\fR -\fBmenu_init\fR\fBmenu_hook(3X)\fR -\fBmenu_items\fR\fBmenu_items(3X)\fR -\fBmenu_mark\fR\fBmenu_mark(3X)\fR -\fBmenu_opts\fR\fBmenu_opts(3X)\fR -\fBmenu_opts_off\fR\fBmenu_opts(3X)\fR -\fBmenu_opts_on\fR\fBmenu_opts(3X)\fR -\fBmenu_pad\fR\fBmenu_attributes(3X)\fR -\fBmenu_pattern\fR\fBmenu_pattern(3X)\fR -\fBmenu_sub\fR\fBmenu_win(3X)\fR -\fBmenu_term\fR\fBmenu_hook(3X)\fR -\fBmenu_userptr\fR\fBmenu_userptr(3X)\fR -\fBmenu_win\fR\fBmenu_win(3X)\fR -\fBnew_item\fR\fBmenu_item_new(3X)\fR -\fBnew_menu\fR\fBmenu_new(3X)\fR -\fBpos_menu_cursor\fR\fBmenu_cursor(3X)\fR -\fBpost_menu\fR\fBmenu_post(3X)\fR -\fBscale_menu\fR\fBmenu_win(3X)\fR -\fBset_current_item\fR\fBmenu_item_current(3X)\fR -\fBset_item_init\fR\fBmenu_hook(3X)\fR -\fBset_item_opts\fR\fBmenu_item_opts(3X)\fR -\fBset_item_term\fR\fBmenu_hook(3X)\fR -\fBset_item_userptr\fR\fBmenu_item_userptr(3X)\fR -\fBset_item_value\fR\fBmenu_item_value(3X)\fR -\fBset_menu_back\fR\fBmenu_attributes(3X)\fR -\fBset_menu_fore\fR\fBmenu_attributes(3X)\fR -\fBset_menu_format\fR\fBmenu_format(3X)\fR -\fBset_menu_grey\fR\fBmenu_attributes(3X)\fR -\fBset_menu_init\fR\fBmenu_hook(3X)\fR -\fBset_menu_items\fR\fBmenu_items(3X)\fR -\fBset_menu_mark\fR\fBmenu_mark(3X)\fR -\fBset_menu_opts\fR\fBmenu_opts(3X)\fR -\fBset_menu_pad\fR\fBmenu_attributes(3X)\fR -\fBset_menu_pattern\fR\fBmenu_pattern(3X)\fR -\fBset_menu_sub\fR\fBmenu_win(3X)\fR -\fBset_menu_term\fR\fBmenu_hook(3X)\fR -\fBset_menu_userptr\fR\fBmenu_userptr(3X)\fR -\fBset_menu_win\fR\fBmenu_win(3X)\fR -\fBset_top_row\fR\fBmenu_item_current(3X)\fR -\fBtop_row\fR\fBmenu_item_current(3X)\fR -\fBunpost_menu\fR\fBmenu_post(3X)\fR +c c +l l . +\fBMenus Routine Name\fR \fBManual Page Name\fR +\fBcurrent_item\fR \fBmenu_item_current(3X)\fR +\fBfree_item\fR \fBmenu_item_new(3X)\fR +\fBfree_menu\fR \fBmenu_new(3X)\fR +\fBitem_count\fR \fBmenu_items(3X)\fR +\fBitem_description\fR \fBmenu_item_name(3X)\fR +\fBitem_index\fR \fBmenu_item_current(3X)\fR +\fBitem_init\fR \fBmenu_hook(3X)\fR +\fBitem_name\fR \fBmenu_item_name(3X)\fR +\fBitem_opts\fR \fBmenu_item_opts(3X)\fR +\fBitem_opts_off\fR \fBmenu_item_opts(3X)\fR +\fBitem_opts_on\fR \fBmenu_item_opts(3X)\fR +\fBitem_term\fR \fBmenu_hook(3X)\fR +\fBitem_userptr\fR \fBmenu_item_userptr(3X)\fR +\fBitem_value\fR \fBmenu_item_value(3X)\fR +\fBitem_visible\fR \fBmenu_item_visible(3X)\fR +\fBmenu_back\fR \fBmenu_attributes(3X)\fR +\fBmenu_driver\fR \fBmenu_driver(3X)\fR +\fBmenu_fore\fR \fBmenu_attributes(3X)\fR +\fBmenu_format\fR \fBmenu_format(3X)\fR +\fBmenu_grey\fR \fBmenu_attributes(3X)\fR +\fBmenu_init\fR \fBmenu_hook(3X)\fR +\fBmenu_items\fR \fBmenu_items(3X)\fR +\fBmenu_mark\fR \fBmenu_mark(3X)\fR +\fBmenu_opts\fR \fBmenu_opts(3X)\fR +\fBmenu_opts_off\fR \fBmenu_opts(3X)\fR +\fBmenu_opts_on\fR \fBmenu_opts(3X)\fR +\fBmenu_pad\fR \fBmenu_attributes(3X)\fR +\fBmenu_pattern\fR \fBmenu_pattern(3X)\fR +\fBmenu_sub\fR \fBmenu_win(3X)\fR +\fBmenu_term\fR \fBmenu_hook(3X)\fR +\fBmenu_userptr\fR \fBmenu_userptr(3X)\fR +\fBmenu_win\fR \fBmenu_win(3X)\fR +\fBnew_item\fR \fBmenu_item_new(3X)\fR +\fBnew_menu\fR \fBmenu_new(3X)\fR +\fBpos_menu_cursor\fR \fBmenu_cursor(3X)\fR +\fBpost_menu\fR \fBmenu_post(3X)\fR +\fBscale_menu\fR \fBmenu_win(3X)\fR +\fBset_current_item\fR \fBmenu_item_current(3X)\fR +\fBset_item_init\fR \fBmenu_hook(3X)\fR +\fBset_item_opts\fR \fBmenu_item_opts(3X)\fR +\fBset_item_term\fR \fBmenu_hook(3X)\fR +\fBset_item_userptr\fR \fBmenu_item_userptr(3X)\fR +\fBset_item_value\fR \fBmenu_item_value(3X)\fR +\fBset_menu_back\fR \fBmenu_attributes(3X)\fR +\fBset_menu_fore\fR \fBmenu_attributes(3X)\fR +\fBset_menu_format\fR \fBmenu_format(3X)\fR +\fBset_menu_grey\fR \fBmenu_attributes(3X)\fR +\fBset_menu_init\fR \fBmenu_hook(3X)\fR +\fBset_menu_items\fR \fBmenu_items(3X)\fR +\fBset_menu_mark\fR \fBmenu_mark(3X)\fR +\fBset_menu_opts\fR \fBmenu_opts(3X)\fR +\fBset_menu_pad\fR \fBmenu_attributes(3X)\fR +\fBset_menu_pattern\fR \fBmenu_pattern(3X)\fR +\fBset_menu_sub\fR \fBmenu_win(3X)\fR +\fBset_menu_term\fR \fBmenu_hook(3X)\fR +\fBset_menu_userptr\fR \fBmenu_userptr(3X)\fR +\fBset_menu_win\fR \fBmenu_win(3X)\fR +\fBset_top_row\fR \fBmenu_item_current(3X)\fR +\fBtop_row\fR \fBmenu_item_current(3X)\fR +\fBunpost_menu\fR \fBmenu_post(3X)\fR .TE .SH RETURN VALUES @@ -121,144 +119,118 @@ Routines that return pointers always return \fINULL\fR on error. Routines that return an integer return one of the following: .sp .ne 2 -.mk .na \fB\fBE_OK\fR\fR .ad .RS 21n -.rt The routine returned successfully. .RE .sp .ne 2 -.mk .na \fB\fBE_SYSTEM_ERROR\fR\fR .ad .RS 21n -.rt System error. .RE .sp .ne 2 -.mk .na \fB\fBE_BAD_ARGUMENT\fR\fR .ad .RS 21n -.rt An incorrect argument was passed to the routine. .RE .sp .ne 2 -.mk .na \fB\fBE_POSTED\fR\fR .ad .RS 21n -.rt The menu is already posted. .RE .sp .ne 2 -.mk .na \fB\fBE_CONNECTED\fR\fR .ad .RS 21n -.rt One or more items are already connected to another menu. .RE .sp .ne 2 -.mk .na \fB\fBE_BAD_STATE\fR\fR .ad .RS 21n -.rt The routine was called from an initialization or termination function. .RE .sp .ne 2 -.mk .na \fB\fBE_NO_ROOM\fR\fR .ad .RS 21n -.rt The menu does not fit within its subwindow. .RE .sp .ne 2 -.mk .na \fB\fBE_NOT_POSTED\fR\fR .ad .RS 21n -.rt The menu has not been posted. .RE .sp .ne 2 -.mk .na \fB\fBE_UNKNOWN_COMMAND\fR\fR .ad .RS 21n -.rt An unknown request was passed to the menu driver. .RE .sp .ne 2 -.mk .na \fB\fBE_NO_MATCH\fR\fR .ad .RS 21n -.rt The character failed to match. .RE .sp .ne 2 -.mk .na \fB\fBE_NOT_SELECTABLE\fR\fR .ad .RS 21n -.rt The item cannot be selected. .RE .sp .ne 2 -.mk .na \fB\fBE_NOT_CONNECTED\fR\fR .ad .RS 21n -.rt No items are connected to the menu. .RE .sp .ne 2 -.mk .na \fB\fBE_REQUEST_DENIED\fR\fR .ad .RS 21n -.rt The menu driver could not process the request. .RE @@ -270,13 +242,12 @@ 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 _ -MT-LevelUnsafe +MT-Level Unsafe .TE .SH SEE ALSO diff --git a/usr/src/man/man3curses/panel_above.3curses b/usr/src/man/man3curses/panel_above.3curses index cd9de097a1..32f26fa516 100644 --- a/usr/src/man/man3curses/panel_above.3curses +++ b/usr/src/man/man3curses/panel_above.3curses @@ -4,7 +4,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 panel_above 3CURSES "31 Dec 1996" "SunOS 5.11" "Curses Library Functions" +.TH PANEL_ABOVE 3CURSES "Dec 31, 1996" .SH NAME panel_above, panel_below \- panels deck traversal primitives .SH SYNOPSIS @@ -47,13 +47,12 @@ 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 _ -MT-LevelUnsafe +MT-Level Unsafe .TE .SH SEE ALSO diff --git a/usr/src/man/man3curses/panel_move.3curses b/usr/src/man/man3curses/panel_move.3curses index 790a1df423..265d598353 100644 --- a/usr/src/man/man3curses/panel_move.3curses +++ b/usr/src/man/man3curses/panel_move.3curses @@ -4,7 +4,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 panel_move 3CURSES "31 Dec 1996" "SunOS 5.11" "Curses Library Functions" +.TH PANEL_MOVE 3CURSES "Dec 31, 1996" .SH NAME panel_move, move_panel \- move a panels window on the virtual screen .SH SYNOPSIS @@ -37,13 +37,12 @@ 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 _ -MT-LevelUnsafe +MT-Level Unsafe .TE .SH SEE ALSO diff --git a/usr/src/man/man3curses/panel_new.3curses b/usr/src/man/man3curses/panel_new.3curses index 8a80409f75..6638f5068f 100644 --- a/usr/src/man/man3curses/panel_new.3curses +++ b/usr/src/man/man3curses/panel_new.3curses @@ -4,7 +4,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 panel_new 3CURSES "31 Dec 1996" "SunOS 5.11" "Curses Library Functions" +.TH PANEL_NEW 3CURSES "Dec 31, 1996" .SH NAME panel_new, new_panel, del_panel \- create and destroy panels .SH SYNOPSIS @@ -46,13 +46,12 @@ 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 _ -MT-LevelUnsafe +MT-Level Unsafe .TE .SH SEE ALSO diff --git a/usr/src/man/man3curses/panel_show.3curses b/usr/src/man/man3curses/panel_show.3curses index 49109e055c..40013cb31d 100644 --- a/usr/src/man/man3curses/panel_show.3curses +++ b/usr/src/man/man3curses/panel_show.3curses @@ -4,7 +4,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 panel_show 3CURSES "31 Dec 1996" "SunOS 5.11" "Curses Library Functions" +.TH PANEL_SHOW 3CURSES "Dec 31, 1996" .SH NAME panel_show, show_panel, hide_panel, panel_hidden \- panels deck manipulation routines @@ -55,13 +55,12 @@ 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 _ -MT-LevelUnsafe +MT-Level Unsafe .TE .SH SEE ALSO diff --git a/usr/src/man/man3curses/panel_top.3curses b/usr/src/man/man3curses/panel_top.3curses index 1d9097eab0..1d3822d33b 100644 --- a/usr/src/man/man3curses/panel_top.3curses +++ b/usr/src/man/man3curses/panel_top.3curses @@ -4,7 +4,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 panel_top 3CURSES "31 Dec 1996" "SunOS 5.11" "Curses Library Functions" +.TH PANEL_TOP 3CURSES "Dec 31, 1996" .SH NAME panel_top, top_panel, bottom_panel \- panels deck manipulation routines .SH SYNOPSIS @@ -45,13 +45,12 @@ 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 _ -MT-LevelUnsafe +MT-Level Unsafe .TE .SH SEE ALSO diff --git a/usr/src/man/man3curses/panel_update.3curses b/usr/src/man/man3curses/panel_update.3curses index 7a11e6b33e..0a0596aa53 100644 --- a/usr/src/man/man3curses/panel_update.3curses +++ b/usr/src/man/man3curses/panel_update.3curses @@ -4,7 +4,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 panel_update 3CURSES "31 Dec 1996" "SunOS 5.11" "Curses Library Functions" +.TH PANEL_UPDATE 3CURSES "Dec 31, 1996" .SH NAME panel_update, update_panels \- panels virtual screen refresh routine .SH SYNOPSIS @@ -33,13 +33,12 @@ 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 _ -MT-LevelUnsafe +MT-Level Unsafe .TE .SH SEE ALSO diff --git a/usr/src/man/man3curses/panel_userptr.3curses b/usr/src/man/man3curses/panel_userptr.3curses index 2120902d5d..3176143dd3 100644 --- a/usr/src/man/man3curses/panel_userptr.3curses +++ b/usr/src/man/man3curses/panel_userptr.3curses @@ -4,7 +4,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 panel_userptr 3CURSES "31 Dec 1996" "SunOS 5.11" "Curses Library Functions" +.TH PANEL_USERPTR 3CURSES "Dec 31, 1996" .SH NAME panel_userptr, set_panel_userptr \- associate application data with a panels panel @@ -50,13 +50,12 @@ 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 _ -MT-LevelUnsafe +MT-Level Unsafe .TE .SH SEE ALSO diff --git a/usr/src/man/man3curses/panel_window.3curses b/usr/src/man/man3curses/panel_window.3curses index dc7df7a6c0..dc5e00e608 100644 --- a/usr/src/man/man3curses/panel_window.3curses +++ b/usr/src/man/man3curses/panel_window.3curses @@ -4,7 +4,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 panel_window 3CURSES "31 Dec 1996" "SunOS 5.11" "Curses Library Functions" +.TH PANEL_WINDOW 3CURSES "Dec 31, 1996" .SH NAME panel_window, replace_panel \- get or set the current window of a panels panel .SH SYNOPSIS @@ -47,13 +47,12 @@ 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 _ -MT-LevelUnsafe +MT-Level Unsafe .TE .SH SEE ALSO diff --git a/usr/src/man/man3curses/panels.3curses b/usr/src/man/man3curses/panels.3curses index 2d82249e96..b2338e2097 100644 --- a/usr/src/man/man3curses/panels.3curses +++ b/usr/src/man/man3curses/panels.3curses @@ -4,7 +4,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 panels 3CURSES "31 Dec 1996" "SunOS 5.11" "Curses Library Functions" +.TH PANELS 3CURSES "Dec 31, 1996" .SH NAME panels \- character based panels package .SH SYNOPSIS @@ -43,26 +43,24 @@ page on which it is described. .sp .TS -tab(); -cw(2.75i) cw(2.75i) -lw(2.75i) lw(2.75i) -. -panels Routine NameManual Page Name -bottom_panel\fBpanel_top\fR(3CURSES) -del_panel\fBpanel_new\fR(3CURSES) -hide_panel\fBpanel_show\fR(3CURSES) -move_panel\fBpanel_move\fR(3CURSES) -new_panel\fBpanel_new\fR(3CURSES) -panel_above\fBpanel_above\fR(3CURSES) -panel_below\fBpanel_above\fR(3CURSES) -panel_hidden\fBpanel_show\fR(3CURSES) -panel_userptr\fBpanel_userptr\fR(3CURSES) -panel_window\fBpanel_window\fR(3CURSES) -replace_panel\fBpanel_window\fR(3CURSES) -set_panel_userptr\fBpanel_userptr\fR(3CURSES) -show_panel\fBpanel_show\fR(3CURSES) -top_panel\fBpanel_top\fR(3CURSES) -update_panels\fBpanel_update\fR(3CURSES) +c c +l l . +panels Routine Name Manual Page Name +bottom_panel \fBpanel_top\fR(3CURSES) +del_panel \fBpanel_new\fR(3CURSES) +hide_panel \fBpanel_show\fR(3CURSES) +move_panel \fBpanel_move\fR(3CURSES) +new_panel \fBpanel_new\fR(3CURSES) +panel_above \fBpanel_above\fR(3CURSES) +panel_below \fBpanel_above\fR(3CURSES) +panel_hidden \fBpanel_show\fR(3CURSES) +panel_userptr \fBpanel_userptr\fR(3CURSES) +panel_window \fBpanel_window\fR(3CURSES) +replace_panel \fBpanel_window\fR(3CURSES) +set_panel_userptr \fBpanel_userptr\fR(3CURSES) +show_panel \fBpanel_show\fR(3CURSES) +top_panel \fBpanel_top\fR(3CURSES) +update_panels \fBpanel_update\fR(3CURSES) .TE .SH RETURN VALUES @@ -79,13 +77,12 @@ 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 _ -MT-LevelUnsafe +MT-Level Unsafe .TE .SH SEE ALSO |