From 634f4e29aaf7b3e60cc8ea12a5006c38e628c899 Mon Sep 17 00:00:00 2001 From: Paris Kasidiaris Date: Sun, 16 Jul 2017 00:55:02 +0300 Subject: [PATCH] Remove redundant comment --- src/xterm.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/xterm.js b/src/xterm.js index 469f1e0b..b1f20694 100644 --- a/src/xterm.js +++ b/src/xterm.js @@ -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--) {