diff options
Diffstat (limited to 'upstream/opensuse-tumbleweed/man3/border.3ncurses')
-rw-r--r-- | upstream/opensuse-tumbleweed/man3/border.3ncurses | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/upstream/opensuse-tumbleweed/man3/border.3ncurses b/upstream/opensuse-tumbleweed/man3/border.3ncurses index 6182f898..3663794a 100644 --- a/upstream/opensuse-tumbleweed/man3/border.3ncurses +++ b/upstream/opensuse-tumbleweed/man3/border.3ncurses @@ -1,5 +1,5 @@ .\"*************************************************************************** -.\" Copyright 2018-2022,2023 Thomas E. Dickey * +.\" Copyright 2018-2023,2024 Thomas E. Dickey * .\" Copyright 1998-2007,2010 Free Software Foundation, Inc. * .\" * .\" Permission is hereby granted, free of charge, to any person obtaining a * @@ -27,8 +27,8 @@ .\" authorization. * .\"*************************************************************************** .\" -.\" $Id: curs_border.3x,v 1.44 2023/12/16 21:09:11 tom Exp $ -.TH border 3NCURSES 2023-12-16 "ncurses 6.4" "Library calls" +.\" $Id: curs_border.3x,v 1.49 2024/04/20 21:20:07 tom Exp $ +.TH border 3NCURSES 2024-04-20 "ncurses 6.5" "Library calls" .ie \n(.g \{\ .ds `` \(lq .ds '' \(rq @@ -141,20 +141,22 @@ The SVr4.0 manual says \*(``or a non-negative integer if \fB\%immedok\fP is set\*('', but this appears to be an error. .PP -X/Open does not define any error conditions. +X/Open Curses does not specify any error conditions. This implementation returns an error if the window pointer is null. .PP -Functions with a \*(``mv\*('' prefix first perform a cursor movement using -\fBwmove\fP, 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 +.RI ( y , +.IR x ) +is outside the window boundaries. .SH NOTES The borders generated by these functions are \fIinside\fP borders (this is also true of SVr4 curses, though the fact is not documented). .PP Note that \fBborder\fP and \fBbox\fP may be macros. .SH PORTABILITY -These functions are described in the XSI Curses standard, Issue 4. +These functions are described in X/Open Curses, Issue 4. .SH SEE ALSO \fB\%ncurses\fP(3NCURSES), \fB\%outopts\fP(3NCURSES) |