X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_border.3x.html;h=2415167006b78756432c8d3084b8ac02a828e0ac;hp=880d59bca209bfdc129bd88171ca8ffa9564bf5e;hb=9193d076200365eeb5ff932acdbbdcc5e452292c;hpb=3a935d9991cdf43ebfa952073c9b555f73a3e011 diff --git a/doc/html/man/curs_border.3x.html b/doc/html/man/curs_border.3x.html index 880d59bc..24151670 100644 --- a/doc/html/man/curs_border.3x.html +++ b/doc/html/man/curs_border.3x.html @@ -1,7 +1,6 @@ - + + + curs_border 3x - + -

curs_border 3x

-
+

curs_border 3x

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

NAME

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

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,11 +69,10 @@
        int mvwvline(WINDOW *, int y, int x, chtype ch, int n);
 
 
-
-

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

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  at-
+       tributes:
 
               ls - left side,
               rs - right side,
@@ -86,8 +83,8 @@
               bl - bottom left-hand corner, and
               br - bottom right-hand corner.
 
-       If  any of these arguments is zero, then the corresponding
-       default values (defined in curses.h) are used instead:
+       If  any of these arguments is zero, then the corresponding default val-
+       ues (defined in curses.h) are used instead:
 
               ACS_VLINE,
               ACS_VLINE,
@@ -98,65 +95,62 @@
               ACS_LLCORNER,
               ACS_LRCORNER.
 
-       box(win, verch, horch) is a shorthand  for  the  following
-       call:  wborder(win,  verch,  verch, horch, horch, 0, 0, 0,
-       0).
+       box(win, verch, horch) is a shorthand for  the  following  call:  wbor-
+       der(win, verch, verch, horch, horch, 0, 0, 0, 0).
 
-       The hline and whline functions draw a horizontal (left  to
-       right)  line using ch starting at the current cursor posi-
-       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  hline  and whline functions draw a horizontal (left to right) line
+       using ch starting at the current cursor position in  the  window.   The
+       current  cursor position is not changed.  The line is at most n charac-
+       ters 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
-       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 us-
+       ing ch starting at the current cursor position in the window.  The cur-
+       rent cursor position is not changed.  The line is at most n  characters
+       long, or as many as fit into the window.
 
 
-
-

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

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.
 
-       X/Open does not define any error conditions.  This  imple-
-       mentation returns an error if the window pointer is null.
+       X/Open does not define any error conditions.  This  implementation  re-
+       turns 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.
+       Functions  with  a  "mv"  prefix  first perform a cursor movement using
+       wmove, and return an error if the position is outside the window, or if
+       the window pointer is null.
 
 
-
-

NOTES

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

NOTES

+       The  borders  generated  by these functions are inside borders (this is
+       also true of SVr4 curses, though the fact is not documented).
 
        Note that border and box may be macros.
 
 
-
-

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

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)
+                                                               curs_border(3x)
 
-
-
-Man(1) output converted with -man2html -
+