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
6601fbd8ce
commit
b8f2600bcd
@ -141,11 +141,8 @@ module.exports = Vue.component('app-main', {
|
||||
}
|
||||
} else {
|
||||
runtime.xterm.write(test);
|
||||
console.log('before', runtime.xterm.y);
|
||||
|
||||
if (runtime.xterm.y > 10) {
|
||||
runtime.xterm.deleteLines([1]);
|
||||
console.log('after', runtime.xterm.y);
|
||||
//runtime.xterm.refresh(0, runtime.xterm.y);
|
||||
}
|
||||
|
||||
|
@ -5,7 +5,6 @@
|
||||
'use strict';
|
||||
|
||||
module.exports = function (Terminal){
|
||||
|
||||
// CSI Ps @
|
||||
// Insert Ps (Blank) Character(s) (default = 1) (ICH).
|
||||
Terminal.prototype.insertChars = function (params){
|
||||
|
Loading…
x
Reference in New Issue
Block a user