X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_border_set.3x.html;h=415e8103bb4ef2694a8eec8eaea2ba06c8c95dc9;hp=b5a3ebb3fd80a1b47d874ae060668b7a2dfad415;hb=55ccd2b959766810cf7db8d1c4462f338ce0afc8;hpb=46722468f47c2b77b3987729b4bcf2321cccfd01;ds=sidebyside diff --git a/doc/html/man/curs_border_set.3x.html b/doc/html/man/curs_border_set.3x.html index b5a3ebb3..415e8103 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,
@@ -153,6 +158,9 @@
        Upon successful completion,  these  functions  return  OK.
        Otherwise, they return ERR.
 
+       Functions  using  a window parameter return an error if it
+       is null.
+
 
 

SEE ALSO

@@ -160,6 +168,7 @@
 
 
 
+                                                    curs_border_set(3x)