]> git.proxmox.com Git - mirror_xterm.js.git/commitdiff
Fix forgotten merge conflict
authorParis Kasidiaris <paris@sourcelair.com>
Fri, 30 Jun 2017 10:39:16 +0000 (13:39 +0300)
committerParis Kasidiaris <pariskasidiaris@gmail.com>
Sun, 16 Jul 2017 00:47:15 +0000 (03:47 +0300)
src/xterm.js

index 5fb5ea743c256f7f6f0e285326c183bccf525b60..db82e15226e491db3f8c0f94bceb447f1455a740 100644 (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