diff options
| author | Jeff Carr <[email protected]> | 2025-02-06 01:42:40 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-06 01:42:40 -0600 |
| commit | 31c130045d903b3c874dbf8728589a6a909704ae (patch) | |
| tree | 0abb0bdedd03b7556c08ca86ef1137dc759e4d8a /eventBindings.go | |
| parent | 70a742c98acfe8979bb3c040abd6030388e61542 (diff) | |
add a goroutine and channel to trigger window redraw
Diffstat (limited to 'eventBindings.go')
| -rw-r--r-- | eventBindings.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eventBindings.go b/eventBindings.go index 4fe6cff..02339af 100644 --- a/eventBindings.go +++ b/eventBindings.go @@ -97,7 +97,7 @@ func addDropdown() *tree.Node { func theNotsure(g *gocui.Gui, v *gocui.View) error { log.Info("got keypress 2. now what?") // w, h := g.MousePosition() - redoWindows(1, -1) + me.newWindowTrigger <- true return nil } |
