mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-07-26 04:28:17 +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
|
@ -569,7 +569,7 @@ function MultiLineEditTextView(options) {
|
|||
termWidth : this.client.termWidth,
|
||||
termHeight : this.client.termHeight,
|
||||
cols : this.dimens.width,
|
||||
height : 5000, // :TODO: 'auto' needed here!
|
||||
rows : 'auto',
|
||||
startCol : this.position.col,
|
||||
forceLineTerm : options.forceLineTerm,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue