comment for potential css colors.

This commit is contained in:
Christopher Jeffrey
2013-08-26 21:52:25 -05:00
parent 04198dc09a
commit af76e74135
+6
View File
@@ -1258,6 +1258,12 @@ Terminal.prototype.refresh = function(start, end) {
+ ';';
}
// out += '" class="'
// + 'term-bg-color-' + (bgColor === 256 ? 'default' : bgColor)
// + ' '
// + 'term-fg-color-' + (fgColor === 257 ? 'default' : fgColor)
// + '">';
out += '">';
}
}