mirror of
https://github.com/nuintun/command-manager.git
synced 2025-06-09 21:14:06 +08:00
update files
This commit is contained in:
parent
8a900f149b
commit
e33c218a21
@ -58,7 +58,7 @@ module.exports = function (Terminal){
|
|||||||
|
|
||||||
if (data !== this.defAttr) {
|
if (data !== this.defAttr) {
|
||||||
if (data === -1) {
|
if (data === -1) {
|
||||||
out += '<span class="ui-terminal-reverse ui-terminal-cursor">';
|
out += '<span class="ui-terminal-cursor">';
|
||||||
} else {
|
} else {
|
||||||
out += '<span style="';
|
out += '<span style="';
|
||||||
bgColor = data & 0x1ff;
|
bgColor = data & 0x1ff;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user