Skip to content

Commit 6f31f94

Browse files
committed
Enable AutoRenderHyperLinks for the tooltip view
Sometimes tooltips contain documentation links, it's useful to be able to single-click them.
1 parent 7322cf1 commit 6f31f94

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/gui/views.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ func (gui *Gui) createAllViews() error {
134134
gui.Views.Menu.Visible = false
135135

136136
gui.Views.Tooltip.Visible = false
137+
gui.Views.Tooltip.AutoRenderHyperLinks = true
137138

138139
gui.Views.Information.BgColor = gocui.ColorDefault
139140
gui.Views.Information.FgColor = gocui.ColorGreen

0 commit comments

Comments
 (0)