1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-04-04 22:34:39 +02:00

WIP Bump gocui

See https://github.com/jesseduffield/gocui/pull/77
This commit is contained in:
Stefan Haller 2025-04-03 08:43:51 +02:00
parent facc73a88b
commit b8ffe155a3

View File

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