X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_border.3x.html;h=5a93d88936de06572fbee545c6b02465a2417094;hp=e6f9adbfc74cdc599c433f0bb39ae2bbfc06d452;hb=55ccd2b959766810cf7db8d1c4462f338ce0afc8;hpb=46722468f47c2b77b3987729b4bcf2321cccfd01 diff --git a/doc/html/man/curs_border.3x.html b/doc/html/man/curs_border.3x.html index e6f9adbf..5a93d889 100644 --- a/doc/html/man/curs_border.3x.html +++ b/doc/html/man/curs_border.3x.html @@ -1,7 +1,7 @@ @@ -40,12 +40,16 @@
 
+curs_border(3x)                                         curs_border(3x)
+
+
+
 
 

NAME

-       border,  wborder,  box, hline, whline, vline, wvline, mvh-
-       line, mvwhline, mvvline, mvwvline - create curses borders,
-       horizontal and vertical lines
+       border, wborder, box, hline, whline, vline, wvline,
+       mvhline, mvwhline, mvvline, mvwvline - create curses
+       borders, horizontal and vertical lines
 
 
 
@@ -100,6 +104,7 @@ tion in the window. The current cursor position is not changed. The line is at most n characters long, or as many as fit into the window. + The vline and wvline functions draw a vertical (top to bottom) line using ch starting at the current cursor posi- tion in the window. The current cursor position is not @@ -113,6 +118,9 @@ says "or a non-negative integer if immedok is set", but this appears to be an error. + X/Open does not define any error conditions. This imple- + mentation returns an error if the window pointer is null. +

NOTES

@@ -136,32 +144,7 @@
 
 
 
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+                                                        curs_border(3x)