Open ImaginaryDevelopment opened 5 years ago
Hi. Same as in the other issue. Please wait for the next version, where the quit function is implemented. I am on it. Thank you.
I leave this open. Actually you have to exit the Program with "Program.quit".
Description
On linux the only way I've found to get it to quit is Ctrl-Z, then I have to go find the process and
kill -9
thedotnet run
Repro steps
get repo https://github.com/ImaginaryDevelopment/terminalpad/tree/ed6da4945b341cd5d552a8bc6986b17a02371f42
dotnet run
hit Ctrl-CExpected behavior
program closes
Actual behavior
ignores the command
Known workarounds
Ctrl-Z and kill the process
Related information
dotnet --version
: 2.2.105