mirror of
https://github.com/nuintun/command-manager.git
synced 2025-06-08 20:24:04 +08:00
update files
This commit is contained in:
parent
1573efbbe7
commit
a933612c48
@ -111,7 +111,7 @@ module.exports = Vue.component('app-main', {
|
||||
'',
|
||||
' \u001b[31mreturn\u001b[39m \u001b[37mhypernal\u001b[39m\u001b[90m;\u001b[39m',
|
||||
'\u001b[33m}\u001b[39m\u001b[90m;\u001b[39m',
|
||||
'2015-11-25T07:58:11.061Z'
|
||||
new Date().toISOString() + '\r\n'
|
||||
].join('\r\n');
|
||||
|
||||
if (!runtime) {
|
||||
@ -126,10 +126,8 @@ module.exports = Vue.component('app-main', {
|
||||
xterm.focus();
|
||||
xterm.startBlink();
|
||||
|
||||
//console.log(xterm);
|
||||
|
||||
xterm.write('2015-11-25T07:58:11.061Z');
|
||||
//scroll(xtermNode);
|
||||
xterm.write(test);
|
||||
scroll(xtermNode);
|
||||
|
||||
window.xterm = xterm;
|
||||
|
||||
@ -140,8 +138,7 @@ module.exports = Vue.component('app-main', {
|
||||
}
|
||||
} else {
|
||||
runtime.xterm.write(test);
|
||||
|
||||
//scroll(xtermNode);
|
||||
scroll(xtermNode);
|
||||
}
|
||||
},
|
||||
setting: function (){
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
module.exports = function (Terminal){
|
||||
Terminal.termName = 'xterm';
|
||||
Terminal.geometry = [120, 100];
|
||||
Terminal.geometry = [100, 80];
|
||||
Terminal.cursorBlink = true;
|
||||
Terminal.visualBell = true;
|
||||
Terminal.popOnBell = true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user