codeapp
codeapp copied to clipboard
Areas to be improved
In recent uses, I have encountered several problems.
node -vcan’t show the version of node.

- CTRL-C can’t work well in iPad.I can’t interrupt the program either by type CTRL-C or turn of the terminal. Instead, I must exit the app and reopen it.

The second one, if I recall correctly, you can tap the little square button on the panel, which stops anything running at that time (it is located right to the left of the trash can).
Thank you, it works.
But when I run my program a second time, it says this port is used by another program, which means the port haven't be released properly.

But when I run my program a second time, it says this port is used by another program, which means the port haven't be released properly.
~~Unfortunately there isn't a proper way to send interrupt signals to the terminal commands at the moment, as all commands run in the same process.~~
I am working on implementing ctrl-c and ctrl-d signals.
Related: https://github.com/xtermjs/xterm.js/issues/3248