X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_border.3x.html;h=39dc9726198bc0c18e1d8af50c04829aed1bd1e2;hp=bc6d74f0fe96f8fe4e77e64ccd8c012bcdb2eec9;hb=2a32bee362db64f5a06b2124976b928ac3faa578;hpb=71c0306f0824ef2b10c4c5813fb003db48f3012e diff --git a/doc/html/man/curs_border.3x.html b/doc/html/man/curs_border.3x.html index bc6d74f0..39dc9726 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);
@@ -71,8 +69,7 @@
        int mvwvline(WINDOW *, int y, int x, chtype ch, int n);
 
 
-
-

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:
@@ -115,8 +112,7 @@
        many as fit into the window.
 
 
-
-

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.
@@ -124,9 +120,12 @@
        X/Open does not define any error conditions.  This  imple-
        mentation returns an error if the window pointer 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.
 
-
-

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).
@@ -134,25 +133,29 @@
        Note that border and box may be macros.
 
 
-
-

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 -
+