X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_border.3x.html;h=20013f61ab522521a84f703b499e45eacc4890ea;hb=HEAD;hp=56d76bd7462ea318a2871cd39ac3013d3c1ecc2d;hpb=725169bda4d3b4c3fde0d4a94f76d017812c7ea6;p=ncurses.git diff --git a/doc/html/man/curs_border.3x.html b/doc/html/man/curs_border.3x.html index 56d76bd7..8185670a 100644 --- a/doc/html/man/curs_border.3x.html +++ b/doc/html/man/curs_border.3x.html @@ -27,19 +27,19 @@ * sale, use or other dealings in this Software without prior written * * authorization. * **************************************************************************** - * @Id: curs_border.3x,v 1.46 2024/03/16 15:38:43 tom Exp @ + * @Id: curs_border.3x,v 1.51 2024/05/25 20:10:58 tom Exp @ --> -curs_border 3x 2024-03-16 ncurses 6.4 Library calls +curs_border 3x 2024-05-25 ncurses 6.5 Library calls -

curs_border 3x 2024-03-16 ncurses 6.4 Library calls

+

curs_border 3x 2024-05-25 ncurses 6.5 Library calls

 curs_border(3x)                  Library calls                 curs_border(3x)
 
@@ -119,22 +119,21 @@
        negative integer if immedok is set", but this appears to be an error.
 
        X/Open  Curses  does  not   specify   any   error   conditions.    This
-       implementation returns an error if the window pointer is null.
+       implementation returns ERR 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.
+       Functions  prefixed with "mv" first perform cursor movement and fail if
+       the position (y, x) is outside the window boundaries.
 
 
 

NOTES

-       The  borders  generated  by these functions are inside borders (this is
+       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.
+       These functions are described in X/Open Curses, Issue 4.
 
 
 

SEE ALSO

@@ -142,7 +141,7 @@
 
 
 
-ncurses 6.4                       2024-03-16                   curs_border(3x)
+ncurses 6.5                       2024-05-25                   curs_border(3x)