mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-07-25 12:08:21 +02:00
Add 'auto' support for prepAnsi() rows/height
This commit is contained in:
parent
8a619b5138
commit
b896046bff
3 changed files with 15 additions and 5 deletions
|
@ -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,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue