mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-06-27 00:51:18 +02:00
Bump gocui
This includes a fix to render hyperlinks in the last line of a view if it doesn't end with a line feed; see https://github.com/jesseduffield/gocui/pull/77.
This commit is contained in:
2
vendor/github.com/jesseduffield/gocui/view.go
generated
vendored
2
vendor/github.com/jesseduffield/gocui/view.go
generated
vendored
@ -822,6 +822,8 @@ func (v *View) writeRunes(p []rune) {
|
||||
|
||||
if v.pendingNewline {
|
||||
finishLine()
|
||||
} else {
|
||||
v.autoRenderHyperlinksInCurrentLine()
|
||||
}
|
||||
|
||||
v.updateSearchPositions()
|
||||
|
Reference in New Issue
Block a user