X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fresizeterm.3x.html;fp=doc%2Fhtml%2Fman%2Fresizeterm.3x.html;h=15922973f7fbfa932997d714ce4caa2510c7d76d;hp=658cc75f1c6976db0adcbbaa5f41ab7a53922e07;hb=c6cfd97b8beaf0f6deafbf8aac7281cf6aa7f012;hpb=a6ccf7a72f2120013fd8b5baf1f19081d2e9769c diff --git a/doc/html/man/resizeterm.3x.html b/doc/html/man/resizeterm.3x.html index 658cc75f..15922973 100644 --- a/doc/html/man/resizeterm.3x.html +++ b/doc/html/man/resizeterm.3x.html @@ -1,4 +1,3 @@ - + + + resizeterm 3x @@ -40,20 +42,19 @@

resizeterm 3x


-
 resizeterm(3x)                                           resizeterm(3x)
 
 
 
 
 
-

NAME

+

NAME

        is_term_resized,  resize_term,  resizeterm  -  change  the
        curses terminal size
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <curses.h>
 
        bool is_term_resized(int lines, int columns);
@@ -62,7 +63,7 @@
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        This is an extension to the curses library.   It  provides
        callers  with  a hook into the ncurses data to resize win-
        dows, primarily for use by programs running in an X Window
@@ -89,7 +90,7 @@
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        Except as noted, these functions return  the  integer  ERR
        upon  failure and OK on success.  They will fail if either
        of the dimensions are less than or equal to zero, or if an
@@ -97,7 +98,7 @@
 
 
 
-

NOTES

+

NOTES

        While these functions are intended to be used to support a
        signal handler (i.e., for SIGWINCH), care should be  taken
        to  avoid invoking them in a context where malloc or real-
@@ -118,12 +119,12 @@
 
 
 
-

SEE ALSO

+

SEE ALSO

        curs_getch(3x), curs_variables(3x), wresize(3x).
 
 
 
-

AUTHOR

+

AUTHOR

        Thomas Dickey (from an equivalent function written in 1988
        for BSD curses).
 
@@ -131,7 +132,16 @@
 
                                                          resizeterm(3x)
 
-
-Man(1) output converted with man2html +