summaryrefslogtreecommitdiff
path: root/toolkit/gocui/click.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2023-12-20 14:15:00 -0600
committerJeff Carr <[email protected]>2023-12-20 14:15:00 -0600
commit9f7da73c67e391e1797479f99a0578bde0fe2c0e (patch)
treee635091058c4fd6da949e6ccbd1291fa3c929cb3 /toolkit/gocui/click.go
parent85b9a036c289fe840e69e1852866f429b87cf63e (diff)
move to go.wit.com/guiv0.9.0
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'toolkit/gocui/click.go')
-rw-r--r--toolkit/gocui/click.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/toolkit/gocui/click.go b/toolkit/gocui/click.go
index 7c9ab24..27f6b53 100644
--- a/toolkit/gocui/click.go
+++ b/toolkit/gocui/click.go
@@ -3,7 +3,7 @@ package main
import (
"fmt"
"github.com/awesome-gocui/gocui"
- "git.wit.org/wit/gui/toolkit"
+ "go.wit.com/gui/toolkit"
)
// set isCurrent = false everywhere
@@ -194,7 +194,7 @@ func (n *node) doWidgetClick() {
tk.v.Wrap = true
tk.v.Frame = true
tk.v.Clear()
- fmt.Fprint(tk.v, "example.com\nwit.org\nwit.com")
+ fmt.Fprint(tk.v, "example.com\nwit.com")
me.ddview.SetVisible(true)
return
}