From 0b376fe5a0b6058d4b594a253b3ec586efa24cee Mon Sep 17 00:00:00 2001 From: si458 Date: Tue, 11 Feb 2025 17:04:19 +0000 Subject: [PATCH] fix player for windows and terminal #6761 Signed-off-by: si458 --- views/player.handlebars | 1 - 1 file changed, 1 deletion(-) diff --git a/views/player.handlebars b/views/player.handlebars index 66fcee15..75507ac0 100644 --- a/views/player.handlebars +++ b/views/player.handlebars @@ -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" }