Deleted Added
full compact
curs_border_set.3x (97049) curs_border_set.3x (166124)
1.\"***************************************************************************
1.\"***************************************************************************
2.\" Copyright (c) 2002 Free Software Foundation, Inc. *
2.\" Copyright (c) 2002-2004,2005 Free Software Foundation, Inc. *
3.\" *
4.\" Permission is hereby granted, free of charge, to any person obtaining a *
5.\" copy of this software and associated documentation files (the *
6.\" "Software"), to deal in the Software without restriction, including *
7.\" without limitation the rights to use, copy, modify, merge, publish, *
8.\" distribute, distribute with modifications, sublicense, and/or sell *
9.\" copies of the Software, and to permit persons to whom the Software is *
10.\" furnished to do so, subject to the following conditions: *

--- 10 unchanged lines hidden (view full) ---

21.\" THE USE OR OTHER DEALINGS IN THE SOFTWARE. *
22.\" *
23.\" Except as contained in this notice, the name(s) of the above copyright *
24.\" holders shall not be used in advertising or otherwise to promote the *
25.\" sale, use or other dealings in this Software without prior written *
26.\" authorization. *
27.\"***************************************************************************
28.\"
3.\" *
4.\" Permission is hereby granted, free of charge, to any person obtaining a *
5.\" copy of this software and associated documentation files (the *
6.\" "Software"), to deal in the Software without restriction, including *
7.\" without limitation the rights to use, copy, modify, merge, publish, *
8.\" distribute, distribute with modifications, sublicense, and/or sell *
9.\" copies of the Software, and to permit persons to whom the Software is *
10.\" furnished to do so, subject to the following conditions: *

--- 10 unchanged lines hidden (view full) ---

21.\" THE USE OR OTHER DEALINGS IN THE SOFTWARE. *
22.\" *
23.\" Except as contained in this notice, the name(s) of the above copyright *
24.\" holders shall not be used in advertising or otherwise to promote the *
25.\" sale, use or other dealings in this Software without prior written *
26.\" authorization. *
27.\"***************************************************************************
28.\"
29.\" $Id: curs_border_set.3x,v 1.3 2002/04/20 16:49:13 tom Exp $
29.\" $Id: curs_border_set.3x,v 1.6 2005/05/15 16:17:37 tom Exp $
30.TH curs_border_set 3X ""
30.TH curs_border_set 3X ""
31.na
32.hy 0
31.SH NAME
33.SH NAME
32.PP
33\fBborder_set\fR,
34\fBwborder_set\fR,
35\fBbox_set\fR,
36\fBhline_set\fR,
37\fBwhline_set\fR,
38\fBmvhline_set\fR,
39\fBmvwhline_set\fR,
40\fBvline_set\fR,
41\fBwvline_set\fR,
42\fBmvvline_set\fR,
43\fBmvwvline_set\fR \- create \fBcurses\fR borders or lines using complex characters and renditions
34\fBborder_set\fR,
35\fBwborder_set\fR,
36\fBbox_set\fR,
37\fBhline_set\fR,
38\fBwhline_set\fR,
39\fBmvhline_set\fR,
40\fBmvwhline_set\fR,
41\fBvline_set\fR,
42\fBwvline_set\fR,
43\fBmvvline_set\fR,
44\fBmvwvline_set\fR \- create \fBcurses\fR borders or lines using complex characters and renditions
45.ad
46.hy
44.SH SYNOPSIS
45.PP
46\fB#include <curses.h>\fR
47.sp
48\fBint border_set(\fR
49 \fBconst cchar_t *\fR\fIls\fR, \fBconst cchar_t *\fR\fIrs\fR,
50 \fBconst cchar_t *\fR\fIts\fR, \fBconst cchar_t *\fR\fIbs\fR,
51 \fBconst cchar_t *\fR\fItl\fR, \fBconst cchar_t *\fR\fItr\fR,

--- 133 unchanged lines hidden (view full) ---

185may be macros.
186.br
187.SH RETURN VALUES
188.PP
189Upon successful completion, these functions return
190\fBOK\fR.
191Otherwise, they return
192\fBERR\fR.
47.SH SYNOPSIS
48.PP
49\fB#include <curses.h>\fR
50.sp
51\fBint border_set(\fR
52 \fBconst cchar_t *\fR\fIls\fR, \fBconst cchar_t *\fR\fIrs\fR,
53 \fBconst cchar_t *\fR\fIts\fR, \fBconst cchar_t *\fR\fIbs\fR,
54 \fBconst cchar_t *\fR\fItl\fR, \fBconst cchar_t *\fR\fItr\fR,

--- 133 unchanged lines hidden (view full) ---

188may be macros.
189.br
190.SH RETURN VALUES
191.PP
192Upon successful completion, these functions return
193\fBOK\fR.
194Otherwise, they return
195\fBERR\fR.
196.PP
197Functions using a window parameter return an error if it is null.
193.SH SEE ALSO
194\fBncurses\fR(3X),
195\fBcurs_border\fR(3X),
196\fBcurs_outopts\fR(3X)
197.\"#
198.\"# The following sets edit modes for GNU EMACS
199.\"# Local Variables:
200.\"# mode:nroff
201.\"# fill-column:79
202.\"# End:
198.SH SEE ALSO
199\fBncurses\fR(3X),
200\fBcurs_border\fR(3X),
201\fBcurs_outopts\fR(3X)
202.\"#
203.\"# The following sets edit modes for GNU EMACS
204.\"# Local Variables:
205.\"# mode:nroff
206.\"# fill-column:79
207.\"# End: