]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - man/resizeterm.3x
ncurses 6.4 - patch 20231125
[ncurses.git] / man / resizeterm.3x
index a7a43ecd06589135b206a5deb0d544717d4da3aa..f07a63dc184cbfa4199e65c511392bf035255cce 100644 (file)
@@ -29,8 +29,8 @@
 .\"
 .\" Author: Thomas E. Dickey 1996-on
 .\"
-.\" $Id: resizeterm.3x,v 1.48 2023/10/07 21:19:07 tom Exp $
-.TH resizeterm 3X 2023-10-07 "ncurses 6.4" "Library calls"
+.\" $Id: resizeterm.3x,v 1.51 2023/11/25 14:26:30 tom Exp $
+.TH resizeterm 3X 2023-11-25 "ncurses 6.4" "Library calls"
 .de bP
 .ie n  .IP \(bu 4
 .el    .IP \(bu 2
@@ -115,7 +115,8 @@ extending to the corresponding limit, regardless of whether the
 screen has shrunk or grown.
 .SS is_term_resized
 A support function \fB\%is_term_resized\fP is provided so that applications
-can check if the \fB\%resize_term\fP function would modify the window structures.
+can check if the \fB\%resize_term\fP function would modify
+the window structures.
 It returns \fBTRUE\fP if the windows would be modified,
 and \fBFALSE\fP otherwise.
 .SH RETURN VALUE
@@ -169,7 +170,7 @@ Doing that clears the screen and is visually distracting.
 .PP
 This extension of \fIncurses\fP was introduced in mid-1995.
 It was adopted in NetBSD \fIcurses\fP (2001) and PDCurses (2003).
-.SH AUTHOR
+.SH AUTHORS
 Thomas Dickey (from an equivalent function written in 1988 for BSD \fIcurses\fP)
 .SH SEE ALSO
 \fB\%curs_getch\fP(3X),