Fix forgotten merge conflict

This commit is contained in:
Paris Kasidiaris
2017-07-16 03:47:15 +03:00
committed by Paris Kasidiaris
parent 9025d91f12
commit 2cda163bcf
-6
View File
@@ -146,13 +146,7 @@ function Terminal(options) {
this.cursorHidden = false;
this.convertEol;
this.queue = '';
<<<<<<< HEAD
this.scrollTop = 0;
this.scrollBottom = this.rows - 1;
this.customKeyEventHandler = null;
=======
this.customKeydownHandler = null;
>>>>>>> Move `scrollTop` and `scrollBottom` into `Buffer`
this.cursorBlinkInterval = null;
// modes