diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-17 10:52:03 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-17 10:52:03 +0000 |
commit | 932e4432596447eb9331cc2a2bb74a26a35b4efc (patch) | |
tree | 95161711ea07fd64f0c82d6e7943024c033dd5a8 /upstream/opensuse-tumbleweed/man3/instr.3ncurses | |
parent | Adding debian version 4.22.0-1. (diff) | |
download | manpages-l10n-932e4432596447eb9331cc2a2bb74a26a35b4efc.tar.xz manpages-l10n-932e4432596447eb9331cc2a2bb74a26a35b4efc.zip |
Merging upstream version 4.23.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'upstream/opensuse-tumbleweed/man3/instr.3ncurses')
-rw-r--r-- | upstream/opensuse-tumbleweed/man3/instr.3ncurses | 25 |
1 files changed, 15 insertions, 10 deletions
diff --git a/upstream/opensuse-tumbleweed/man3/instr.3ncurses b/upstream/opensuse-tumbleweed/man3/instr.3ncurses index bf595f1b..36965f68 100644 --- a/upstream/opensuse-tumbleweed/man3/instr.3ncurses +++ b/upstream/opensuse-tumbleweed/man3/instr.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_instr.3x,v 1.44 2023/12/16 20:32:22 tom Exp $ -.TH instr 3NCURSES 2023-12-16 "ncurses 6.4" "Library calls" +.\" $Id: curs_instr.3x,v 1.51 2024/04/20 21:24:19 tom Exp $ +.TH instr 3NCURSES 2024-04-20 "ncurses 6.5" "Library calls" .ie \n(.g \{\ .ds `` \(lq .ds '' \(rq @@ -89,9 +89,11 @@ if the \fIwin\fP parameter is null or .bP if the \fIchstr\fP parameter 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 All routines except \fBwinnstr\fP may be macros. .PP @@ -114,12 +116,15 @@ is recommended. SVr4 does not document whether a length limit includes or excludes the trailing NUL. .PP -The \fI\%ncurses\fP library extends the XSI description by allowing a +The \fI\%ncurses\fP library extends the X/Open Curses description by allowing a negative value for \fIn\fP. In this case, the functions return the string ending at the right margin. .SH SEE ALSO +\fB\%ins_wstr\fP(3NCURSES) describes comparable functions of the +.I \%ncurses +library in its wide-character configuration +.RI ( \%ncursesw ). +.PP \fB\%ncurses\fP(3NCURSES), \fB\%inch\fP(3NCURSES), -\fB\%inchstr\fP(3NCURSES), -\fB\%inwstr\fP(3NCURSES), -\fB\%in_wchstr\fP(3NCURSES) +\fB\%inchstr\fP(3NCURSES) |