Deleted Added
full compact
1.\"***************************************************************************
2.\" Copyright (c) 2002 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.\"
29.\" $Id: curs_border_set.3x,v 1.3 2002/04/20 16:49:13 tom Exp $
30.TH curs_border_set 3X ""
31.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
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.
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: