Correctly use the new xterm onBinary callback
This commit is contained in:
@@ -104,7 +104,7 @@ class Term {
|
||||
return;
|
||||
}
|
||||
|
||||
control.send(data);
|
||||
control.sendBinary(data);
|
||||
});
|
||||
|
||||
this.term.onKey(ev => {
|
||||
|
||||
Reference in New Issue
Block a user