Correctly use the new xterm onBinary callback

This commit is contained in:
NI
2019-12-06 22:48:34 +08:00
parent 3aaa85f1e9
commit 7caa245df0
7 changed files with 58 additions and 12 deletions

View File

@@ -104,7 +104,7 @@ class Term {
return;
}
control.send(data);
control.sendBinary(data);
});
this.term.onKey(ev => {