diff options
| author | Jeff Carr <[email protected]> | 2024-02-01 19:14:37 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-01 19:14:37 -0600 |
| commit | f2f43a2b0bba96b9b8ed15d7996ccfe0181f846a (patch) | |
| tree | 41ec73ea9c4fadd17fa53e7581afea31c4d66973 /mouse.go | |
| parent | 663704e3ecb4f2d564cf8a1b0d4a595de8e2af8c (diff) | |
space out buttons more
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'mouse.go')
| -rw-r--r-- | mouse.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 { |
