diff options
Diffstat (limited to 'upstream/opensuse-tumbleweed/man3/getstr.3ncurses')
-rw-r--r-- | upstream/opensuse-tumbleweed/man3/getstr.3ncurses | 19 |
1 files changed, 13 insertions, 6 deletions
diff --git a/upstream/opensuse-tumbleweed/man3/getstr.3ncurses b/upstream/opensuse-tumbleweed/man3/getstr.3ncurses index c67a55c9..1cd38af1 100644 --- a/upstream/opensuse-tumbleweed/man3/getstr.3ncurses +++ b/upstream/opensuse-tumbleweed/man3/getstr.3ncurses @@ -1,5 +1,5 @@ .\"*************************************************************************** -.\" Copyright 2018-2022,2023 Thomas E. Dickey * +.\" Copyright 2018-2023,2024 Thomas E. Dickey * .\" Copyright 1998-2010,2017 Free Software Foundation, Inc. * .\" * .\" Permission is hereby granted, free of charge, to any person obtaining a * @@ -27,8 +27,8 @@ .\" authorization. * .\"*************************************************************************** .\" -.\" $Id: curs_getstr.3x,v 1.52 2023/12/16 20:32:22 tom Exp $ -.TH getstr 3NCURSES 2023-12-16 "ncurses 6.4" "Library calls" +.\" $Id: curs_getstr.3x,v 1.58 2024/04/20 19:18:18 tom Exp $ +.TH getstr 3NCURSES 2024-04-20 "ncurses 6.5" "Library calls" .ie \n(.g \{\ .ds `` \(lq .ds '' \(rq @@ -149,9 +149,11 @@ This implementation provides an extension as well. If a \fBSIGWINCH\fP interrupts the function, it will return \fBKEY_RESIZE\fP rather than \fBOK\fP or \fBERR\fP. .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 Any of these functions other than \fBwgetnstr\fP @@ -288,6 +290,11 @@ Starting in 2021 rather than \fBnoraw\fP and \fBcbreak\fP for better compatibility with SVr4-curses, e.g., allowing one to enter a \fB^C\fP into the buffer. .SH SEE ALSO +\fB\%get_wstr\fP(3NCURSES) describes comparable functions of the +.I \%ncurses +library in its wide-character configuration +.RI ( \%ncursesw ). +.PP \fB\%ncurses\fP(3NCURSES), \fB\%getch\fP(3NCURSES), \fB\%termattrs\fP(3NCURSES), |