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 65b731f commit 1ceb5a6Copy full SHA for 1ceb5a6
pkg/gui/views.go
@@ -171,6 +171,7 @@ func (gui *Gui) createAllViews() error {
171
gui.Views.Extras.Title = gui.c.Tr.CommandLog
172
gui.Views.Extras.Autoscroll = true
173
gui.Views.Extras.Wrap = true
174
+ gui.Views.Extras.AutoRenderHyperLinks = true
175
176
gui.Views.Snake.Title = gui.c.Tr.SnakeTitle
177
gui.Views.Snake.FgColor = gocui.ColorGreen
0 commit comments