X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_border_set.3x.html;h=6b4ba5e87e404c342ba152d4ec0100d12b9bdf4f;hp=151d5f9bd6b5efca65af1e867ab69e60cc843eae;hb=29a36e53e1f77a0c3672f2e267d573823d6a9a60;hpb=c6cfd97b8beaf0f6deafbf8aac7281cf6aa7f012 diff --git a/doc/html/man/curs_border_set.3x.html b/doc/html/man/curs_border_set.3x.html index 151d5f9b..6b4ba5e8 100644 --- a/doc/html/man/curs_border_set.3x.html +++ b/doc/html/man/curs_border_set.3x.html @@ -38,24 +38,21 @@ -

curs_border_set 3x

-
+

curs_border_set 3x

 curs_border_set(3x)                                 curs_border_set(3x)
 
 
 
 
-
-

NAME

+

NAME

        border_set, wborder_set, box_set, hline_set, whline_set,
        mvhline_set, mvwhline_set, vline_set, wvline_set,
        mvvline_set, mvwvline_set - create curses borders or lines
        using complex characters and renditions
 
 
-
-

SYNOPSIS

+

SYNOPSIS

        #include <curses.h>
 
        int border_set(
@@ -99,8 +96,7 @@
           const cchar_t *wch, int n);
 
 
-
-

DESCRIPTION

+

DESCRIPTION

        The border_set and wborder_set  functions  draw  a  border
        around  the  edges  of  the  current  or specified window.
        These functions do not change the cursor position, and  do
@@ -148,14 +144,12 @@
        the window.
 
 
-
-

NOTES

+

NOTES

        Note that border_set, hline_set, mvhline_set, mvvline_set,
        mvwhline_set, mvwvline_set, and vline_set may be macros.
 
 
-
-

RETURN VALUE

+

RETURN VALUE

        Upon successful completion,  these  functions  return  OK.
        Otherwise, they return ERR.
 
@@ -167,8 +161,7 @@
        outside the window, or if the window pointer is null.
 
 
-
-

SEE ALSO

+

SEE ALSO

        ncurses(3x), curs_add_wch(3x), curs_border(3x),  curs_out-
        opts(3x)