Add warning on ssh terminal
This commit is contained in:
parent
3312414f2b
commit
e7b3389f4b
1 changed files with 3 additions and 0 deletions
|
|
@ -75,6 +75,9 @@ export class MI2 extends EventEmitter implements IBackend {
|
|||
this.isSSH = true;
|
||||
this.sshReady = false;
|
||||
this.sshConn = new Client();
|
||||
|
||||
if(separateConsole !== undefined)
|
||||
this.log("stderr", "WARNING: Output to terminal emulators are not supported over SSH");
|
||||
|
||||
if (args.forwardX11) {
|
||||
this.sshConn.on("x11", (info, accept, reject) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue