From ba35c2760687384055d2b7ae733e0f9ac814af4c Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 6 Apr 2023 23:58:22 -0500 Subject: show the gocui in the example Signed-off-by: Jeff Carr --- cmds/buttonplugin/main.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cmds/buttonplugin') diff --git a/cmds/buttonplugin/main.go b/cmds/buttonplugin/main.go index efecba9..5636a87 100644 --- a/cmds/buttonplugin/main.go +++ b/cmds/buttonplugin/main.go @@ -44,6 +44,8 @@ func main() { }) log.Println("Main() END") time.Sleep(1 * time.Second) + gui.StartS("gocui") + gui.Redraw("gocui") gui.Watchdog() gui.StandardExit() } -- cgit v1.2.3