From 308c3c210bda0769b2a335af4d7566e6fced1d49 Mon Sep 17 00:00:00 2001 From: raven Date: Sun, 15 Jan 2023 22:03:39 -0500 Subject: [PATCH] removing scrollCount Var not needed --- sshChat.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/sshChat.js b/sshChat.js index 6988f41..b0c62ca 100644 --- a/sshChat.js +++ b/sshChat.js @@ -67,8 +67,6 @@ screen.key(['escape', 'q', 'C-c'], function (ch, key) { }); -let scrollCount = 0 - // Return to chat screen.key(['t', 'enter'], function (ch, key) { stdinBox.focus();