Upgrade front-end dependencies and change code to use xterm 4.3.0
This commit is contained in:
@@ -99,6 +99,14 @@ class Term {
|
||||
control.send(data);
|
||||
});
|
||||
|
||||
this.term.onBinary(data => {
|
||||
if (this.closed) {
|
||||
return;
|
||||
}
|
||||
|
||||
control.send(data);
|
||||
});
|
||||
|
||||
this.term.onKey(ev => {
|
||||
if (this.closed) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user