mirror of
https://git.proxmox.com/git/mirror_xterm.js
synced 2025-10-04 21:16:40 +00:00
Remove redundant comment
This commit is contained in:
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--) {
|
||||
|
Loading…
Reference in New Issue
Block a user