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:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user