diff options
| author | Jeff Carr <[email protected]> | 2024-02-03 19:28:19 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-03 19:28:19 -0600 |
| commit | fd56d89cc8f4cf3f839e831f7981fc15158d8800 (patch) | |
| tree | f78452fadf94910ca831f75f1ec2e69033bfba0c /main.go | |
| parent | 29d6cadbb391b3844a3bfcea910df03d06d5b443 (diff) | |
trying to debug SetText()
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -80,6 +80,8 @@ func mainGogui() { // allow gocui to close if possible, then print stack log.Sleep(1) + me.myTree.SendToolkitLoad("nocui") + log.Sleep(3) os.Stdout = origStdout os.Stderr = origStderr me.myTree.SendToolkitPanic() @@ -88,7 +90,6 @@ func mainGogui() { // attempt to switch to the nocui toolkit log.Sleep(1) - me.myTree.SendToolkitLoad("nocui") // panic("BUMMER") return } |
