fgl_getwin_height()

Returns the number of rows of the current window.

Syntax

fgl_getwin_height()
  RETURNS INTEGER

Usage

The fgl_getwin_height() function returns the height of the current window, in character units.

This function is provided for text mode applications, in GUI mode, windows are resizable and thus their height is variable.