Add 'auto' support for prepAnsi() rows/height
This commit is contained in:
@@ -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,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user