X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_border_set.3x.html;h=b7dfbc6eca9c4ae9ff6d5e5aead12573e8a282e7;hp=b5a3ebb3fd80a1b47d874ae060668b7a2dfad415;hb=b9a2bd87a73d976d1c916815e2d370bf1090d1b2;hpb=46722468f47c2b77b3987729b4bcf2321cccfd01 diff --git a/doc/html/man/curs_border_set.3x.html b/doc/html/man/curs_border_set.3x.html index b5a3ebb3..b7dfbc6e 100644 --- a/doc/html/man/curs_border_set.3x.html +++ b/doc/html/man/curs_border_set.3x.html @@ -1,7 +1,6 @@ - + + + curs_border_set 3x -

curs_border_set 3x

-
+

curs_border_set 3x

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

NAME

-       border_set,  wborder_set,  box_set, hline_set, whline_set,
-       mvhline_set,    mvwhline_set,    vline_set,    wvline_set,
+

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(
@@ -95,11 +99,12 @@
 
 
 
-

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
        not wrap.
+
        Other  than the window, each argument is a complex charac-
        ter with attributes:
               ls - left side,
@@ -143,28 +148,42 @@
 
 
 
-

NOTES

+

NOTES

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

RETURN VALUES

+

RETURN VALUE

        Upon successful completion,  these  functions  return  OK.
        Otherwise, they return ERR.
 
+       Functions  using  a window parameter return an error if it
+       is null.
+
+       Functions with a "mv" prefix first perform a cursor  move-
+       ment  using  wmove, and return an error if the position is
+       outside the window, or if the window pointer is null.
+
 
 
-

SEE ALSO

-       ncurses(3x), curs_border(3x), curs_outopts(3x)
+

SEE ALSO

+       ncurses(3x), curs_add_wch(3x), curs_border(3x),  curs_out-
+       opts(3x)
 
 
 
+                                                    curs_border_set(3x)
 
-
-
-Man(1) output converted with -man2html -
+