fix player for windows and terminal #6761
Signed-off-by: si458 <simonsmith5521@gmail.com>
si458 committed
Feb 11, 2025 at 17:04 UTC
0b376fe5a0b6058d4b594a253b3ec586efa24cee
1 file changed
-1
views/player.handlebars
-1
@@ -1097,7 +1097,6 @@
1097
if (term != null) { term.dispose(); }
1098
term = new Terminal();
1099
term.open(Q('XTermParent'));
1100
- term.onData(function (data) { if (tunnel != null) { tunnel.sendText(data); } })
1100
term.resize(80, 25);
1101
//term.setOption('convertEol', true); // Consider \n to be \r\n, this should be taken care of by "termios"
1102
}