runno
runno copied to clipboard
Process EOF (Ctrl D) in Web Terminal
I've encountered an issue with detecting EOF (Ctrl D) as the web terminal doesn't seem to register this as a normal terminal would.
DEMO: here
Suggested Solution
Implement a handler specifically for Ctrl + D
and end the interactive capture of STDIN.
Thanks heaps for filing!
EOF is now sent over STDIN when Ctrl + D
is pressed.