X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fresizeterm.3x.html;h=33b6f339a77e5481d5856f0156cc343372285504;hp=c4a5bcfba029ff8d9e5f9c0eaf6b2e73bca0ee86;hb=06078d3fa68db669ed37178c01873546b4b28745;hpb=ed646e3f683083e787c6ba773364401dc9fa9d40 diff --git a/doc/html/man/resizeterm.3x.html b/doc/html/man/resizeterm.3x.html index c4a5bcfb..33b6f339 100644 --- a/doc/html/man/resizeterm.3x.html +++ b/doc/html/man/resizeterm.3x.html @@ -27,7 +27,7 @@ * authorization. * **************************************************************************** * Author: Thomas E. Dickey 1996-on - * @Id: resizeterm.3x,v 1.22 2017/01/07 19:25:15 tom Exp @ + * @Id: resizeterm.3x,v 1.24 2017/11/18 23:47:37 tom Exp @ --> @@ -74,7 +74,7 @@

resize_term

        Most  of the work is done by the inner function resize_term.  The outer
-       function resizeterm adds bookkeeping for the  SIGWINCH  handler.   When
+       function resizeterm adds bookkeeping for the  SIGWINCH  handler.   When
        resizing  the  windows,  resize_term  blank-fills  the  areas  that are
        extended.  The calling application should  fill  in  these  areas  with
        appropriate data.  The resize_term function attempts to resize all win-
@@ -98,13 +98,13 @@
 
 

NOTES

        While  these functions are intended to be used to support a signal han-
-       dler (i.e., for SIGWINCH), care should be taken to avoid invoking  them
+       dler (i.e., for SIGWINCH), care should be taken to avoid invoking  them
        in  a  context where malloc or realloc may have been interrupted, since
        it uses those functions.
 
-       If ncurses is configured to supply its own SIGWINCH handler,
+       If ncurses is configured to supply its own SIGWINCH handler,
 
-       o   on receipt of a SIGWINCH, the handler sets a flag
+       o   on receipt of a SIGWINCH, the handler sets a flag
 
        o   which is tested in wgetch(3x) and doupdate,
 
@@ -123,7 +123,7 @@
 
        If  the  environment variables LINES or COLUMNS are set, this overrides
        the library's use of the window size obtained from the  operating  sys-
-       tem.   Thus,  even if a SIGWINCH is received, no screen size change may
+       tem.   Thus,  even if a SIGWINCH is received, no screen size change may
        be recorded.