]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - man/resizeterm.3x
ncurses 6.4 - patch 20231021
[ncurses.git] / man / resizeterm.3x
index a7a43ecd06589135b206a5deb0d544717d4da3aa..57f22fd150abc6a02c3aec9b063a5fdad3199de7 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.49 2023/10/21 10:31:22 tom Exp $
+.TH resizeterm 3X 2023-10-21 "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