diff options
| author | Jeff Carr <[email protected]> | 2023-04-08 12:08:57 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2023-04-08 12:08:57 -0500 |
| commit | 65148155a12151fdeb2ffebf03da2c3b836780a8 (patch) | |
| tree | 2fbbb174029a7171294137ce8bfa73d426414ba8 /cmds/buttonplugin/main.go | |
| parent | e582e4cfb0fa0a3a679d031b1f157b274f0d4075 (diff) | |
andlabs is still broken
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'cmds/buttonplugin/main.go')
| -rw-r--r-- | cmds/buttonplugin/main.go | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cmds/buttonplugin/main.go b/cmds/buttonplugin/main.go index acbc812..f33065a 100644 --- a/cmds/buttonplugin/main.go +++ b/cmds/buttonplugin/main.go @@ -34,8 +34,6 @@ func main() { buttonWindow() log.Println("Main() END") time.Sleep(1 * time.Second) - // gui.StartS("gocui") - // gui.Redraw("gocui") gui.Watchdog() gui.StandardExit() } @@ -72,7 +70,6 @@ func buttonWindow() { // this set the xterm and mate-terminal window title. maybe works generally? fmt.Println("\033]0;" + title + "blah \007") gui.LoadPlugin("gocui") - gui.Redraw("gocui") }) g.NewButton("Load 'andlabs'", func () { |
