mirror of
https://github.com/nuintun/command-manager.git
synced 2026-03-09 23:40:10 +08:00
update files
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user