You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm using Slackadaisical on a real terminal DEC VT320 in VT100 mode.
The problem happens when I'm in the chat window ("ctrl-o" mode), like this:
If I repeatedly press ENTER, this error happens and the application stops itself:
TypeError: Cannot read property 'width' of null
at Box.Element._getWidth (/home/sblendorio/github/Slackadaisical/node_modules/blessed/lib/widgets/element.js:1060:20)
at Box.width (/home/sblendorio/github/Slackadaisical/node_modules/blessed/lib/widgets/element.js:1095:15)
at MessagesList.render (/home/sblendorio/github/Slackadaisical/dist/MessagesList.js:103:43)
at MessagesList.loadHistory (/home/sblendorio/github/Slackadaisical/dist/MessagesList.js:141:18)
at /home/sblendorio/github/Slackadaisical/dist/MessagesList.js:85:23
...
The text was updated successfully, but these errors were encountered:
Hi, I'm using Slackadaisical on a real terminal DEC VT320 in VT100 mode.
The problem happens when I'm in the chat window ("ctrl-o" mode), like this:
If I repeatedly press ENTER, this error happens and the application stops itself:
The text was updated successfully, but these errors were encountered: