- Added feature #682, which allows the configuration variable 'defaultheight'
  to override the assumed height of 24 lines when 'detection' is not enabled
  (thanks to Steve Rader).
This commit is contained in:
Paul Beckingham 2011-08-23 23:29:36 -04:00
parent 397d1c2d09
commit 6f38e10cab
6 changed files with 20 additions and 2 deletions

View file

@ -169,7 +169,13 @@ using, for text wrapping.
The width of output used when auto-detection support is not available. Defaults
to 80. If set to 0, is interpreted as infinite width, therefore with no
word-wrapping; useful when redirecting report output to a file for subsequent
manipulation.
handling.
.TP
.B defaultheight=24
The height of output used when auto-detection support is not available. Defaults
to 24. If set to 0, is interpreted as infinite height. Useful when redirecting
charts to a file for subsequent handling.
.TP
.B avoidlastcolumn=no