X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fwresize.3x.html;h=d1f3f9be5570a60a388fc44f32329e8d0bf7eec0;hp=fb9e536aae001d5c6e6339b6e1d6972180eb8337;hb=9f479192e3ca3413d235c66bf058f8cc63764898;hpb=17c5992a16be94247b83f2bbb9accdd9b7e7bb72 diff --git a/doc/html/man/wresize.3x.html b/doc/html/man/wresize.3x.html index fb9e536a..d1f3f9be 100644 --- a/doc/html/man/wresize.3x.html +++ b/doc/html/man/wresize.3x.html @@ -1,6 +1,7 @@ - -wresize 3x - +wresize 3X + -

wresize 3x

+

wresize 3X

-wresize(3x)                                                        wresize(3x)
+wresize(3X)                                                        wresize(3X)
 
 
 
 
 

NAME

-       wresize - resize a curses window
+       wresize - resize a curses window
 
 
 

SYNOPSIS

-       #include <curses.h>
+       #include <curses.h>
 
-       int wresize(WINDOW *win, int lines, int columns);
+       int wresize(WINDOW *win, int lines, int columns);
 
 
 

DESCRIPTION

        This is an extension to the curses library.  It reallocates storage for
-       an ncurses window to adjust its dimensions to the specified values.  If
+       an ncurses window to adjust its dimensions to the specified values.  If
        either  dimension  is larger than the current values, the window's data
        is filled with blanks that have the current  background  rendition  (as
-       set by wbkgdset) merged into them.
+       set by wbkgdset) merged into them.
 
 
 

RETURN VALUE

-       The  function  returns  the integer ERR upon failure and OK on success.
+       The  function  returns  the integer ERR upon failure and OK on success.
        It will fail if either of the dimensions less than or equal to zero, or
        if an error occurs while (re)allocating memory for the window.
 
 
 

NOTES

        The  only  restriction placed on the dimensions is that they be greater
-       than zero.  The dimensions are not compared to curses screen dimensions
-       to  simplify  the logic of resizeterm.  The caller must ensure that the
+       than zero.  The dimensions are not compared to curses screen dimensions
+       to  simplify  the logic of resizeterm.  The caller must ensure that the
        window's dimensions fit within the actual screen dimensions.
 
 
@@ -85,7 +86,7 @@
 
 
 

SEE ALSO

-       resizeterm(3x).
+       resizeterm(3X).
 
 
 

AUTHOR

@@ -94,7 +95,7 @@
 
 
 
-                                                                   wresize(3x)
+                                                                   wresize(3X)