mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-19 22:33:16 +02:00
Turn on AutoRenderHyperLinks in the Command Log panel
Some commands output hyperlinks, and it's useful to be able to click them.
This commit is contained in:
parent
65b731f484
commit
1ceb5a6b37
@ -171,6 +171,7 @@ func (gui *Gui) createAllViews() error {
|
|||||||
gui.Views.Extras.Title = gui.c.Tr.CommandLog
|
gui.Views.Extras.Title = gui.c.Tr.CommandLog
|
||||||
gui.Views.Extras.Autoscroll = true
|
gui.Views.Extras.Autoscroll = true
|
||||||
gui.Views.Extras.Wrap = true
|
gui.Views.Extras.Wrap = true
|
||||||
|
gui.Views.Extras.AutoRenderHyperLinks = true
|
||||||
|
|
||||||
gui.Views.Snake.Title = gui.c.Tr.SnakeTitle
|
gui.Views.Snake.Title = gui.c.Tr.SnakeTitle
|
||||||
gui.Views.Snake.FgColor = gocui.ColorGreen
|
gui.Views.Snake.FgColor = gocui.ColorGreen
|
||||||
|
Loading…
x
Reference in New Issue
Block a user