X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_border_set.3x.html;h=1116c5327b1b2e33ac505bdfbcbdc3390ed69afd;hp=b5a3ebb3fd80a1b47d874ae060668b7a2dfad415;hb=e6f4ffe150c7d919792f29a70b4f031cfab5ef06;hpb=46722468f47c2b77b3987729b4bcf2321cccfd01 diff --git a/doc/html/man/curs_border_set.3x.html b/doc/html/man/curs_border_set.3x.html index b5a3ebb3..1116c532 100644 --- a/doc/html/man/curs_border_set.3x.html +++ b/doc/html/man/curs_border_set.3x.html @@ -1,7 +1,7 @@ - + @@ -40,11 +40,15 @@
 
+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,
+       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
 
@@ -100,6 +104,7 @@
        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,
@@ -149,17 +154,26 @@
 
 
 
-

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)
+       ncurses(3x), curs_add_wch(3x), curs_border(3x),  curs_out-
+       opts(3x)
 
 
 
+                                                    curs_border_set(3x)