mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
comment for potential css colors.
This commit is contained in:
@@ -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 += '">';
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user