Closed streambinder closed 4 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.
MainLoop
SetKeybinding()
gocui.KeyCtrlC
No feedback.
I actually run gocui's
MainLoop
in a dedicated goroutine. Even if I don't have anySetKeybinding()
ongocui.KeyCtrlC
it prevents my application to override on other place that signal.