mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
Remove redundant comment
This commit is contained in:
committed by
Paris Kasidiaris
parent
59f75555bc
commit
634f4e29aa
@@ -227,10 +227,6 @@ function Terminal(options) {
|
||||
this._terminal.buffer = buffer;
|
||||
});
|
||||
|
||||
/**
|
||||
* An array of all lines in the entire buffer, including the prompt. The lines are array of
|
||||
* characters which are 2-length arrays where [0] is an attribute and [1] is the character.
|
||||
*/
|
||||
var i = this.rows;
|
||||
|
||||
while (i--) {
|
||||
|
||||
Reference in New Issue
Block a user