diff options
Diffstat (limited to 'upstream/opensuse-tumbleweed/man3/inwstr.3ncurses')
-rw-r--r-- | upstream/opensuse-tumbleweed/man3/inwstr.3ncurses | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/upstream/opensuse-tumbleweed/man3/inwstr.3ncurses b/upstream/opensuse-tumbleweed/man3/inwstr.3ncurses index 42cc321b..10662ce1 100644 --- a/upstream/opensuse-tumbleweed/man3/inwstr.3ncurses +++ b/upstream/opensuse-tumbleweed/man3/inwstr.3ncurses @@ -1,5 +1,5 @@ .\"*************************************************************************** -.\" Copyright 2018-2022,2023 Thomas E. Dickey * +.\" Copyright 2018-2023,2024 Thomas E. Dickey * .\" Copyright 2002-2012,2017 Free Software Foundation, Inc. * .\" * .\" Permission is hereby granted, free of charge, to any person obtaining a * @@ -27,8 +27,8 @@ .\" authorization. * .\"*************************************************************************** .\" -.\" $Id: curs_inwstr.3x,v 1.36 2023/12/30 21:32:48 tom Exp $ -.TH inwstr 3NCURSES 2023-12-30 "ncurses 6.4" "Library calls" +.\" $Id: curs_inwstr.3x,v 1.41 2024/04/20 21:20:07 tom Exp $ +.TH inwstr 3NCURSES 2024-04-20 "ncurses 6.5" "Library calls" .ie \n(.g \{\ .ds `` \(lq .ds '' \(rq @@ -99,9 +99,11 @@ if the \fIwstr\fP parameter is null, or .bP if no characters could be read. .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 All routines except \fBwinnwstr\fP @@ -130,7 +132,7 @@ Therefore, the use of \fBwinnwstr\fP is recommended. .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\%inch\fP(3NCURSES), |