blessed
blessed copied to clipboard
Not getting cursor when screen.spawn('/bin/zsh')
If I have something like
emergencyShell.on('press', () => {
screen.spawn('/bin/zsh', [], {});
});
All works well but when the user is typing in the launched terminal there is no cursor so you can't see where you're typing.
Is there something I can set to get the cursor?
Take a look at multiplex.js?