forked from snxraven/sshChat-CLI
removing scrollCount Var not needed
This commit is contained in:
parent
6390750ae5
commit
308c3c210b
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user