mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-20 12:34:14 -04:00
fix player for windows and terminal #6761
Signed-off-by: si458 <simonsmith5521@gmail.com>
This commit is contained in:
parent
9fd40751b2
commit
0b376fe5a0
@ -1097,7 +1097,6 @@
|
||||
if (term != null) { term.dispose(); }
|
||||
term = new Terminal();
|
||||
term.open(Q('XTermParent'));
|
||||
term.onData(function (data) { if (tunnel != null) { tunnel.sendText(data); } })
|
||||
term.resize(80, 25);
|
||||
//term.setOption('convertEol', true); // Consider \n to be \r\n, this should be taken care of by "termios"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user