summaryrefslogtreecommitdiff
path: root/mouse.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-02-01 19:14:37 -0600
committerJeff Carr <[email protected]>2024-02-01 19:14:37 -0600
commitf2f43a2b0bba96b9b8ed15d7996ccfe0181f846a (patch)
tree41ec73ea9c4fadd17fa53e7581afea31c4d66973 /mouse.go
parent663704e3ecb4f2d564cf8a1b0d4a595de8e2af8c (diff)
space out buttons more
Signed-off-by: Jeff Carr <[email protected]>
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 {