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

@ -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,
},