mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
Fix forgotten merge conflict
This commit is contained in:
committed by
Paris Kasidiaris
parent
9025d91f12
commit
2cda163bcf
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user