mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-06-27 00:51:18 +02:00
Bump gocui
This commit is contained in:
1
vendor/github.com/jesseduffield/gocui/view.go
generated
vendored
1
vendor/github.com/jesseduffield/gocui/view.go
generated
vendored
@ -1603,6 +1603,7 @@ func (v *View) overwriteLines(y int, content string) {
|
||||
// break by newline, then for each line, write it, then add that erase command
|
||||
v.wx = 0
|
||||
v.wy = y
|
||||
v.clearViewLines()
|
||||
|
||||
lines := strings.Replace(content, "\n", "\x1b[K\n", -1)
|
||||
// If the last line doesn't end with a linefeed, add the erase command at
|
||||
|
Reference in New Issue
Block a user