$window-depth - Number of text lines in a window
$window-width - Number of character columns in a window
$window-depth integer
1 <= integer <= $screen-depth
$window-width integer
0 <= integer <= $screen-width - 1
$window-depth returns the depth (height) of the current window, excluding the mode line, specified in text lines. (i.e. the number of lines of text in the window). The returned value is an integer in the range:
0 - ( $screen-depth - 3 )
$window-width returns the width, in characters, of the current window. The returned value is an integer in the range:
0 - $screen-width.
These variables can not be set, any attempt to set them results in an error.
(c) Copyright JASSPA 1999
Last Modified: 1998/09/03
Generated On: 1999/12/01