mirror of
https://github.com/nuintun/command-manager.git
synced 2025-06-08 04:04:04 +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 === -1) {
|
||||
out += '<span class="ui-terminal-reverse ui-terminal-cursor">';
|
||||
out += '<span class="ui-terminal-cursor">';
|
||||
} else {
|
||||
out += '<span style="';
|
||||
bgColor = data & 0x1ff;
|
||||
|
Loading…
x
Reference in New Issue
Block a user