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