update files

This commit is contained in:
nuintun 2015-12-02 11:30:44 +08:00
parent 74599de6be
commit 0521b1790e

View File

@ -1684,7 +1684,7 @@ AnsiTerminal.prototype.REP = function (params){
}
this.inst_p(s);
this.last_char = '';
}
};
@ -2655,9 +2655,6 @@ function styles(node){
styles[key] = attributes[key];
});
styles.frgb = foreground.RGB;
styles.grgb = background.RGB;
if (foreground.set && !foreground.RGB) {
if (attributes.inverse) {
if (attributes.bold) {
@ -2704,11 +2701,3 @@ function styles(node){
return styles;
}
var colors = '';
COLORS.forEach(function (color, index){
colors += '\r\n' + index + ': ' + color;
});
console.log(colors);