jroimartin / gocui

Minimalist Go package aimed at creating Console User Interfaces.
BSD 3-Clause "New" or "Revised" License
9.92k stars 608 forks source link

It always trap SIGINT #129

Closed streambinder closed 4 years ago

streambinder commented 6 years ago

I actually run gocui's MainLoop in a dedicated goroutine. Even if I don't have any SetKeybinding() on gocui.KeyCtrlC it prevents my application to override on other place that signal.

streambinder commented 4 years ago

No feedback.