Elius94 / console-gui-tools

A simple library to draw option menu or other popup inputs and layout on Node.js console.
MIT License
106 stars 17 forks source link

Patch to correct closing StdIn #85

Closed haeferer closed 4 months ago

haeferer commented 5 months ago

This patch creates a correct interface for StdIn and closes this interface on Strg-c.

after this patch the node-process ends correctly, you no longer need to call process.exit()