box_set(3X) box_set(3X)
NAME
boxset - draw borders from complex characters and renditions
SYNOPSIS
cc [flag ...] file ... -lcurses [library ...]
#include <curses.h>
int boxset(WINDOW *win, const cchart *verch, const cchart *horch);
DESCRIPTION
The boxset() function draws a border around the edges of the speci-
fied window. This function does not advance the cursor position. This
function does not perform special character processing. This function
does not perform wrapping.
The function boxset(win, verch, horch) has an effect equivalent to:
wborderset(win, verch, verch, horch, horch,
NULL, NULL, NULL, NULL);
RETURN VALUE
Upon successful completion, this function returns OK. Otherwise, it
returns ERR.
ERRORS
No errors are defined.
SEE ALSO
borderset(3X), curses(3X), hlineset(3X), curses(5).
Page 1 Reliant UNIX 5.44 Printed 11/98