runno icon indicating copy to clipboard operation
runno copied to clipboard

Process EOF (Ctrl D) in Web Terminal

Open LukePrior opened this issue 2 years ago • 1 comments

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.

LukePrior avatar Apr 07 '22 02:04 LukePrior

Thanks heaps for filing!

taybenlor avatar Apr 07 '22 04:04 taybenlor

EOF is now sent over STDIN when Ctrl + D is pressed.

taybenlor avatar Jun 27 '23 13:06 taybenlor