Skip to content

Commit 1ceb5a6

Browse files
committed
Turn on AutoRenderHyperLinks in the Command Log panel
Some commands output hyperlinks, and it's useful to be able to click them.
1 parent 65b731f commit 1ceb5a6

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
@@ -171,6 +171,7 @@ func (gui *Gui) createAllViews() error {
171171
gui.Views.Extras.Title = gui.c.Tr.CommandLog
172172
gui.Views.Extras.Autoscroll = true
173173
gui.Views.Extras.Wrap = true
174+
gui.Views.Extras.AutoRenderHyperLinks = true
174175

175176
gui.Views.Snake.Title = gui.c.Tr.SnakeTitle
176177
gui.Views.Snake.FgColor = gocui.ColorGreen

0 commit comments

Comments
 (0)