1
0
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:
Stefan Haller
2025-04-08 16:04:02 +02:00
parent 7ba76f47b4
commit 7322cf1a9e
21 changed files with 525 additions and 83 deletions

View File

@ -822,6 +822,8 @@ func (v *View) writeRunes(p []rune) {
if v.pendingNewline {
finishLine()
} else {
v.autoRenderHyperlinksInCurrentLine()
}
v.updateSearchPositions()