summaryrefslogtreecommitdiffstats
path: root/upstream/opensuse-tumbleweed/man3/refresh.3ncurses
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-17 10:52:03 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-17 10:52:03 +0000
commit932e4432596447eb9331cc2a2bb74a26a35b4efc (patch)
tree95161711ea07fd64f0c82d6e7943024c033dd5a8 /upstream/opensuse-tumbleweed/man3/refresh.3ncurses
parentAdding debian version 4.22.0-1. (diff)
downloadmanpages-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/refresh.3ncurses')
-rw-r--r--upstream/opensuse-tumbleweed/man3/refresh.3ncurses8
1 files changed, 4 insertions, 4 deletions
diff --git a/upstream/opensuse-tumbleweed/man3/refresh.3ncurses b/upstream/opensuse-tumbleweed/man3/refresh.3ncurses
index b09a7563..c7d5ec98 100644
--- a/upstream/opensuse-tumbleweed/man3/refresh.3ncurses
+++ b/upstream/opensuse-tumbleweed/man3/refresh.3ncurses
@@ -27,8 +27,8 @@
.\" authorization. *
.\"***************************************************************************
.\"
-.\" $Id: curs_refresh.3x,v 1.42 2024/01/05 21:46:58 tom Exp $
-.TH refresh 3NCURSES 2024-01-05 "ncurses 6.4" "Library calls"
+.\" $Id: curs_refresh.3x,v 1.46 2024/04/20 21:20:07 tom Exp $
+.TH refresh 3NCURSES 2024-04-20 "ncurses 6.5" "Library calls"
.ie \n(.g \{\
.ds `` \(lq
.ds '' \(rq
@@ -133,7 +133,7 @@ These routines return the integer \fBERR\fP upon failure and \fBOK\fP
\*(``an integer value other than \fBERR\fP\*('')
upon successful completion.
.PP
-X/Open does not define any error conditions.
+X/Open Curses does not specify any error conditions.
In this implementation
.RS 3
.TP 5
@@ -149,7 +149,7 @@ if the associated call to \fBtouchln\fP returns an error.
.SH NOTES
Note that \fBrefresh\fP and \fBredrawwin\fP may be macros.
.SH PORTABILITY
-The XSI Curses standard, Issue 4 describes these functions.
+X/Open Curses, Issue 4 describes these functions.
.PP
Whether \fBwnoutrefresh\fP copies to the virtual screen the entire contents
of a window or just its changed portions has never been well-documented in