We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7322cf1 commit 6f31f94Copy full SHA for 6f31f94
pkg/gui/views.go
@@ -134,6 +134,7 @@ func (gui *Gui) createAllViews() error {
134
gui.Views.Menu.Visible = false
135
136
gui.Views.Tooltip.Visible = false
137
+ gui.Views.Tooltip.AutoRenderHyperLinks = true
138
139
gui.Views.Information.BgColor = gocui.ColorDefault
140
gui.Views.Information.FgColor = gocui.ColorGreen
0 commit comments