1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-30 03:23:08 +03:00

Use AutoRenderHyperLinks in confirmation view

This allows us to get rid of the underlineLinks function.
This commit is contained in:
Stefan Haller
2024-09-15 14:16:50 +02:00
parent 26e3a93fc3
commit 825f5c0a91
3 changed files with 2 additions and 86 deletions

View File

@ -158,6 +158,7 @@ func (gui *Gui) createAllViews() error {
gui.Views.Confirmation.Visible = false
gui.Views.Confirmation.Editor = gocui.EditorFunc(gui.promptEditor)
gui.Views.Confirmation.AutoRenderHyperLinks = true
gui.Views.Suggestions.Visible = false