From 67418e41daad15bbecec22cf252a9b017f87cfd1 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 8 May 2019 15:29:06 -0700 Subject: [PATCH] successfully entered a row Signed-off-by: Jeff Carr --- Makefile | 7 +++++-- main.go | 3 +++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 2c42476..64eb93a 100644 --- a/Makefile +++ b/Makefile @@ -1,11 +1,14 @@ -run: - go run *.go gaper: # 'gaper' is a simple and smart golang tool that just rebuilds every time you change a file # go get -u github.com/maxcnunes/gaper gaper +#### NEVER DO THIS. THIS APPEARS TO INDUCE INSTABILITY IN GTK +run: + #### NEVER DO THIS. THIS APPEARS TO INDUCE INSTABILITY IN GTK + # go run *.go + # simple sortcut to push all git changes push: git pull diff --git a/main.go b/main.go index 934f8e7..725c401 100644 --- a/main.go +++ b/main.go @@ -76,6 +76,9 @@ func main() { time.Sleep(1 * 1000 * 1000 * 1000) gui.AddTableTab("jcarr", 7, "fire") + log.Println("Sleep for 1000 seconds, then try to add new tabs") + time.Sleep(1000 * 1000 * 1000 * 1000) + /* // THIS CRASHES FOR SOME REASON log.Println("Sleep for 10 seconds, then try to add new tabs")