summaryrefslogtreecommitdiffstats
path: root/upstream/debian-unstable/man3/ins_wch.3ncurses
diff options
context:
space:
mode:
Diffstat (limited to 'upstream/debian-unstable/man3/ins_wch.3ncurses')
-rw-r--r--upstream/debian-unstable/man3/ins_wch.3ncurses15
1 files changed, 8 insertions, 7 deletions
diff --git a/upstream/debian-unstable/man3/ins_wch.3ncurses b/upstream/debian-unstable/man3/ins_wch.3ncurses
index 52daf00a..487a8234 100644
--- a/upstream/debian-unstable/man3/ins_wch.3ncurses
+++ b/upstream/debian-unstable/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\*(''.