microsoft / node-pty

Fork pseudoterminals in Node.JS
Other
1.46k stars 235 forks source link

Stop Forced Clear on .spawn() #483

Closed SirTenzin closed 3 years ago

SirTenzin commented 3 years ago

Environment details

Issue description

I spawned a console using the basic README example, I was wondering how to stop a forced clear on spawn.

Tyriar commented 3 years ago

conpty may clear the screen, to avoid this you can set conptyInheritCursor:

https://github.com/microsoft/node-pty/blob/3794fb111c51f2fa03ee6150468cc462db76699a/typings/node-pty.d.ts#L98-L102