removing scrollCount Var not needed

This commit is contained in:
raven 2023-01-15 22:03:39 -05:00
parent 6390750ae5
commit 308c3c210b
1 changed files with 0 additions and 2 deletions

View File

@ -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();