Have you tried changing the number of rows?
Check the output of
Code:
--------------------
stty -a
--------------------
and look for the "rows" setting. Adjust with
Code:
--------------------
stty rows -N-
--------------------
where -N- is the number of rows you want to set.
--
Cryonic