Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ box_set(3X) — Reliant UNIX 5.44c4

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

curses(3X)

curses(5)

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

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026