X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;ds=sidebyside;f=man%2Fresizeterm.3x;fp=man%2Fresizeterm.3x;h=57f22fd150abc6a02c3aec9b063a5fdad3199de7;hb=2de8c14bb2c6f8e61cfbbfb1f0f30d1ad64c8d68;hp=a7a43ecd06589135b206a5deb0d544717d4da3aa;hpb=64845eab0d05cd928ed2455d5bc5b58e0b33c893;p=ncurses.git diff --git a/man/resizeterm.3x b/man/resizeterm.3x index a7a43ecd..57f22fd1 100644 --- a/man/resizeterm.3x +++ b/man/resizeterm.3x @@ -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