blessed icon indicating copy to clipboard operation
blessed copied to clipboard

Not getting cursor when screen.spawn('/bin/zsh')

Open jchannon opened this issue 7 years ago • 1 comments

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?

jchannon avatar Jun 22 '18 13:06 jchannon

Take a look at multiplex.js?

LoganDark avatar Jun 26 '18 08:06 LoganDark