Add 'auto' support for prepAnsi() rows/height

This commit is contained in:
Bryan Ashby 2017-08-17 21:31:57 -06:00
parent 8a619b5138
commit b896046bff
3 changed files with 15 additions and 5 deletions

View file

@ -480,7 +480,7 @@ Message.prototype.getQuoteLines = function(options, cb) {
termWidth : options.termWidth,
termHeight : options.termHeight,
cols : options.cols - quotePrefix.length,
rows : 5000, // :TODO: Need 'auto'
rows : 'auto',
startCol : options.startCol,
forceLineTerm : true,
},