From 65148155a12151fdeb2ffebf03da2c3b836780a8 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 8 Apr 2023 12:08:57 -0500 Subject: andlabs is still broken Signed-off-by: Jeff Carr --- cmds/buttonplugin/main.go | 3 --- 1 file changed, 3 deletions(-) (limited to 'cmds/buttonplugin/main.go') 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 () { -- cgit v1.2.3