summaryrefslogtreecommitdiffstats
path: root/upstream/opensuse-tumbleweed/man3/ins_wch.3ncurses
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-17 10:51:52 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-17 10:51:52 +0000
commit4ad94864781f48b1a4b77f9cfb934622bf756ba1 (patch)
tree3900955c1886e6d2570fea7125ee1f01bafe876d /upstream/opensuse-tumbleweed/man3/ins_wch.3ncurses
parentAdding upstream version 4.22.0. (diff)
downloadmanpages-l10n-4ad94864781f48b1a4b77f9cfb934622bf756ba1.tar.xz
manpages-l10n-4ad94864781f48b1a4b77f9cfb934622bf756ba1.zip
Adding upstream version 4.23.0.upstream/4.23.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'upstream/opensuse-tumbleweed/man3/ins_wch.3ncurses')
-rw-r--r--upstream/opensuse-tumbleweed/man3/ins_wch.3ncurses15
1 files changed, 8 insertions, 7 deletions
diff --git a/upstream/opensuse-tumbleweed/man3/ins_wch.3ncurses b/upstream/opensuse-tumbleweed/man3/ins_wch.3ncurses
index fc559d2d..88fa05f5 100644
--- a/upstream/opensuse-tumbleweed/man3/ins_wch.3ncurses
+++ b/upstream/opensuse-tumbleweed/man3/ins_wch.3ncurses
@@ -1,5 +1,5 @@
.\"***************************************************************************
-.\" Copyright 2019-2022,2023 Thomas E. Dickey *
+.\" Copyright 2019-2023,2024 Thomas E. Dickey *
.\" Copyright 2002-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_ins_wch.3x,v 1.26 2023/12/23 16:03:24 tom Exp $
-.TH ins_wch 3NCURSES 2023-12-23 "ncurses 6.4" "Library calls"
+.\" $Id: curs_ins_wch.3x,v 1.30 2024/04/20 19:18:18 tom Exp $
+.TH ins_wch 3NCURSES 2024-04-20 "ncurses 6.5" "Library calls"
.ie \n(.g \{\
.ds `` \(lq
.ds '' \(rq
@@ -75,11 +75,11 @@ Functions taking a
pointer argument fail if the pointer is
.BR NULL .
.PP
-Functions prefixed with \*(``mv\*('' first perform cursor movement using
-\fB\%wmove\fP and fail if the position
+Functions prefixed with \*(``mv\*('' first perform cursor movement and
+fail if the position
.RI ( y ,
.IR x )
-is outside the window.
+is outside the window boundaries.
.SH NOTES
A terminal's
.B \%insert_character
@@ -93,7 +93,8 @@ and
\fB\%mvwins_wch\fP
may be implemented as macros.
.SH PORTABILITY
-X/Open Curses, Issue 4, describes these functions.
+X/Open Curses,
+Issue 4 describes these functions.
.PP
SVr4 describes successful return values only as
\*(``an integer value other than \fBERR\fP\*(''.