Previous: Window creation, Up: The basic curses library   [Contents][Index]


5.2.40 Terminal resizing

Procedure: resizeterm lines columns

The function resizeterm resizes the standard and current windows to the specified dimensions lines and columns. If the windows are increased in size, the extended areas are blank-filled.

It returns #t on success or #f on failure. It could fail for memory allocation failures or for dimensions that are too small.