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
Thanks for the detailed report - sorry I didn't see this sooner. I just published [email protected] now. I don't have an Ubuntu machine to test on but if you could test again that would be much appreciated. If it still fails I can look into modifying it to use the sequence you pasted above.
Module isn't working for me on bash on Linux Mint.
I did:
I see:
Notice the weird character before
undefined
?I think this has something to do with the character sequence you are using to reset the cursor position:
In
clear/index.js
line 5 we have:According to this page:
And sure enough, changing it to:
Makes things work as expected:
The text was updated successfully, but these errors were encountered: