X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_border.3x.html;h=f21be364174956eef19f84f312ce34c7d08e2aa8;hp=8910aec47db2f51fdddb87a0bc0f68f4df2e6c5d;hb=a0b91dc27f0c411e343161b0a4b5459d15a43f85;hpb=b0b1980be11bba618d84beb8b30ac94e2c820602;ds=sidebyside diff --git a/doc/html/man/curs_border.3x.html b/doc/html/man/curs_border.3x.html index 8910aec4..f21be364 100644 --- a/doc/html/man/curs_border.3x.html +++ b/doc/html/man/curs_border.3x.html @@ -1,4 +1,3 @@ - + + + curs_border 3x -

curs_border 3x

-
+

curs_border 3x

-
 curs_border(3x)                                         curs_border(3x)
 
 
 
 
 
-

NAME

+

NAME

        border, wborder, box, hline, whline, vline, wvline,
        mvhline, mvwhline, mvvline, mvwvline - create curses
        borders, horizontal and vertical lines
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <curses.h>
        int border(chtype ls, chtype rs, chtype ts, chtype bs,
           chtype tl, chtype tr, chtype bl, chtype br);
@@ -72,7 +72,7 @@
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        The border, wborder and box routines draw a box around the
        edges of a window.  Other than the window,  each  argument
        is a character with attributes:
@@ -116,7 +116,7 @@
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        All routines return the integer  OK.   The  SVr4.0  manual
        says  "or  a  non-negative integer if immedok is set", but
        this appears to be an error.
@@ -130,7 +130,7 @@
 
 
 
-

NOTES

+

NOTES

        The  borders  generated by these functions are inside bor-
        ders (this is also true of SVr4 curses, though the fact is
        not documented).
@@ -139,21 +139,30 @@
 
 
 
-

PORTABILITY

+

PORTABILITY

        These  functions are described in the XSI Curses standard,
        Issue 4.  The standard specifies that they return  ERR  on
        failure, but specifies no error conditions.
 
 
 
-

SEE ALSO

+

SEE ALSO

        curses(3x), curs_outopts(3x).
 
 
 
                                                         curs_border(3x)
 
-
-Man(1) output converted with man2html +