mirror of
https://github.com/nuintun/command-manager.git
synced 2025-06-08 12:14:03 +08:00
update files
This commit is contained in:
parent
1c02136627
commit
ec262a50e0
@ -134,7 +134,7 @@ module.exports = Vue.component('app-main', {
|
|||||||
xterm.open();
|
xterm.open();
|
||||||
xtermNode.appendChild(xterm.element);
|
xtermNode.appendChild(xterm.element);
|
||||||
|
|
||||||
xterm.write(code);
|
xterm.write('Terminal ready\r\n' + code);
|
||||||
scroll(xterm);
|
scroll(xterm);
|
||||||
|
|
||||||
window.xterm = xterm;
|
window.xterm = xterm;
|
||||||
|
@ -54,7 +54,7 @@ module.exports = function (Terminal){
|
|||||||
this.maxRange();
|
this.maxRange();
|
||||||
}
|
}
|
||||||
|
|
||||||
for (lch = ch; i < l; i++) {
|
for (; i < l; i++, lch = ch) {
|
||||||
ch = data[i];
|
ch = data[i];
|
||||||
|
|
||||||
switch (this.state) {
|
switch (this.state) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user