mirror of
https://github.com/antos-rde/antosdk-apps.git
synced 2025-07-25 10:19:55 +02:00
fix terminal bug
This commit is contained in:
@ -61,6 +61,7 @@
|
||||
});
|
||||
return m.show(e);
|
||||
};
|
||||
this.resizeContent();
|
||||
this.openSession();
|
||||
if (!this.systemsetting.desktop.menu[this.name]) {
|
||||
|
||||
@ -107,6 +108,9 @@
|
||||
this.fitAddon.fit();
|
||||
ncol = this.term.cols;
|
||||
nrow = this.term.rows;
|
||||
if (!this.socket) {
|
||||
return;
|
||||
}
|
||||
return this.socket.send(`s${ncol}:${nrow}`);
|
||||
}
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
"author": "Xuan Sang LE",
|
||||
"email": "xsang.le@gmail.com"
|
||||
},
|
||||
"version":"0.0.2-a",
|
||||
"version":"0.0.3-a",
|
||||
"category":"System",
|
||||
"iconclass":"fa fa-terminal",
|
||||
"mimes":["none"],
|
||||
|
Binary file not shown.
Reference in New Issue
Block a user