mirror of
https://github.com/nuintun/command-manager.git
synced 2025-06-07 03:14:07 +08:00
update files
This commit is contained in:
parent
74599de6be
commit
0521b1790e
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user