Fix reference to new setting

This commit is contained in:
Daniel Imms
2018-09-09 08:00:05 -07:00
parent 7447a8d08d
commit 6c2acd6e34
+1 -1
View File
@@ -126,7 +126,7 @@ export class Buffer implements IBuffer {
* Clears the buffer to it's initial state, discarding all previous data.
*/
public clear(): void {
this.setBufferLineFactory(this._terminal.options.experimentalBufferLineConstructor);
this.setBufferLineFactory(this._terminal.options.experimentalBufferLineImpl);
this.ydisp = 0;
this.ybase = 0;
this.y = 0;