mirror of
https://github.com/nuintun/command-manager.git
synced 2025-06-29 03:23:09 +08:00
update files
This commit is contained in:
parent
b397d437cc
commit
7738be4613
@ -94,7 +94,7 @@
|
|||||||
''
|
''
|
||||||
].forEach(function (line){ xterm.write(line + '\r\n'); });
|
].forEach(function (line){ xterm.write(line + '\r\n'); });
|
||||||
|
|
||||||
xterm.write('\033[1;4;7;41;36m红底绿字\033[0m');
|
xterm.write('\033[41;32m红底绿字\033[0m');
|
||||||
xterm.toString('html');
|
xterm.toString('html');
|
||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
|
@ -1684,6 +1684,7 @@ AnsiTerminal.prototype.REP = function (params){
|
|||||||
}
|
}
|
||||||
|
|
||||||
this.inst_p(s);
|
this.inst_p(s);
|
||||||
|
|
||||||
this.last_char = '';
|
this.last_char = '';
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user