diff options
| author | Jeff Carr <[email protected]> | 2023-04-06 23:58:22 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2023-04-06 23:58:22 -0500 |
| commit | ba35c2760687384055d2b7ae733e0f9ac814af4c (patch) | |
| tree | d571fc5aee20479f848e2705024f1448c271f2ef /cmds/buttonplugin/main.go | |
| parent | 3d8d2d8b4d6d090b1c9a9dd64cd633ec38ac956f (diff) | |
show the gocui in the example
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'cmds/buttonplugin/main.go')
| -rw-r--r-- | cmds/buttonplugin/main.go | 2 |
1 files changed, 2 insertions, 0 deletions
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() } |
