summaryrefslogtreecommitdiff
path: root/gui.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2023-12-29 21:14:36 -0600
committerJeff Carr <[email protected]>2023-12-29 21:14:36 -0600
commitec5cbbe203596327d42ac626dcc9c55c604b9139 (patch)
tree5783e6324ef379e816d2378d51f7ee5e6e38436b /gui.go
parent867b69f5557ebe5665c0d52467b8b4a5980aa33a (diff)
added a real IPv6 record
first time deleting cloudflare AAAA record can find wit.com on cloudflare ready to add cloudflare.Delete() remove code since --gui-debug works Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'gui.go')
-rw-r--r--gui.go11
1 files changed, 0 insertions, 11 deletions
diff --git a/gui.go b/gui.go
index abc0485..18ab3dc 100644
--- a/gui.go
+++ b/gui.go
@@ -2,7 +2,6 @@
package main
import (
- "fmt"
"time"
"os"
"os/user"
@@ -85,16 +84,6 @@ func debugTab(title string) {
g2 = tab.NewGroup("Real Stuff")
- g2.NewButton("gui.DebugWindow()", func () {
- gui.DebugWindow()
- })
-
- g2.NewButton("Load 'gocui'", func () {
- // this set the xterm and mate-terminal window title. maybe works generally?
- fmt.Println("\033]0;" + title + "blah \007")
- myGui.LoadToolkit("gocui")
- })
-
g2.NewButton("Network Interfaces", func () {
for i, t := range me.ifmap {
log.Println("name =", t.iface.Name)