From b307ed656851af3f7d0800974ae968272cdee889 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Hru=C5=A1ka?= Date: Sun, 17 Sep 2017 18:42:07 +0200 Subject: [PATCH] removed call to undefined --- js/term_input.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/js/term_input.js b/js/term_input.js index eef3fcd..b465401 100644 --- a/js/term_input.js +++ b/js/term_input.js @@ -384,9 +384,6 @@ window.Input = function (conn, screen) { cfg.np_alt = np cfg.fn_alt = fn cfg.crlf_mode = crlf - - // rebind keys - codes have changed - bindFnKeys() } }, @@ -408,7 +405,6 @@ window.Input = function (conn, screen) { if (b > 3 || b < 1) return const m = packModifiersForMouse() conn.send('p' + encode2B(y) + encode2B(x) + encode2B(b) + encode2B(m)) - // console.log("B ",b," M ",m); }, onMouseUp (x, y, b) {