summaryrefslogtreecommitdiff
path: root/mouse.go
diff options
context:
space:
mode:
Diffstat (limited to 'mouse.go')
-rw-r--r--mouse.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/mouse.go b/mouse.go
index 74426e5..411b4da 100644
--- a/mouse.go
+++ b/mouse.go
@@ -89,7 +89,7 @@ func makeDropdownView() {
tk.v.Wrap = true
tk.v.Frame = true
tk.v.Clear()
- fmt.Fprint(tk.v, "example.com\nwit.com")
+ fmt.Fprint(tk.v, tk.labelN)
}
func mouseUp(g *gocui.Gui, v *gocui.View) error {