Hardt-Coded / Terminal.Gui.Elmish

An elmish wrapper around Miguel de Icaza's 'Gui.cs' https://github.com/migueldeicaza/gui.cs including a fable like view DSL.
The Unlicense
224 stars 13 forks source link

ignores Ctrl-c #4

Open ImaginaryDevelopment opened 5 years ago

ImaginaryDevelopment commented 5 years ago

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 the dotnet run

Repro steps

get repo https://github.com/ImaginaryDevelopment/terminalpad/tree/ed6da4945b341cd5d552a8bc6986b17a02371f42 dotnet run hit Ctrl-C

Expected behavior

program closes

Actual behavior

ignores the command

Known workarounds

Ctrl-Z and kill the process

Related information

Hardt-Coded commented 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.

Hardt-Coded commented 5 years ago

I leave this open. Actually you have to exit the Program with "Program.quit".