mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-11 12:25:47 +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
1 changed files with 1 additions and 0 deletions
|
@ -171,6 +171,7 @@ func (gui *Gui) createAllViews() error {
|
|||
gui.Views.Extras.Title = gui.c.Tr.CommandLog
|
||||
gui.Views.Extras.Autoscroll = true
|
||||
gui.Views.Extras.Wrap = true
|
||||
gui.Views.Extras.AutoRenderHyperLinks = true
|
||||
|
||||
gui.Views.Snake.Title = gui.c.Tr.SnakeTitle
|
||||
gui.Views.Snake.FgColor = gocui.ColorGreen
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue