summaryrefslogtreecommitdiffstats
path: root/lib/libcurses/wresize.3
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>1998-09-13 19:16:14 +0000
committermillert <millert@openbsd.org>1998-09-13 19:16:14 +0000
commit3dbf6a8c5b35a716f152acaf9f039c61c2e08f43 (patch)
treeef181382fbaa2655694ecb6eb92852464b324f6e /lib/libcurses/wresize.3
parentkill dreck (diff)
downloadwireguard-openbsd-3dbf6a8c5b35a716f152acaf9f039c61c2e08f43.tar.xz
wireguard-openbsd-3dbf6a8c5b35a716f152acaf9f039c61c2e08f43.zip
ncurses-4.2-980905
Diffstat (limited to 'lib/libcurses/wresize.3')
-rw-r--r--lib/libcurses/wresize.35
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libcurses/wresize.3 b/lib/libcurses/wresize.3
index ac53172f4bc..5d718031ee7 100644
--- a/lib/libcurses/wresize.3
+++ b/lib/libcurses/wresize.3
@@ -1,3 +1,5 @@
+.\" $OpenBSD: wresize.3,v 1.6 1998/09/13 19:16:31 millert Exp $
+.\"
.\"***************************************************************************
.\" Copyright (c) 1998 Free Software Foundation, Inc. *
.\" *
@@ -29,7 +31,6 @@
.\" Author: Thomas E. Dickey <dickey@clark.net> 1996
.\"
.\" $From: wresize.3x,v 1.5 1998/03/14 23:42:44 tom Exp $
-.\" $OpenBSD: wresize.3,v 1.5 1998/07/23 21:20:09 millert Exp $
.TH wresize 3 ""
.SH NAME
\fBwresize\fR - resize a curses window
@@ -40,7 +41,7 @@
\fBint wresize(WINDOW *win, int lines, int columns);\fR
..
.SH DESCRIPTION
-The \fBwresize\fR function reallocates storage for an \fBcurses\fR
+The \fBwresize\fR function reallocates storage for a \fBcurses\fR
window to adjust its dimensions to the specified values.
If either dimension is larger than the current values, the
window's data is filled with blanks that have the current background rendition