1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-06-27 00:51:18 +02:00

Bump gocui

This commit is contained in:
Stefan Haller
2024-07-26 13:45:46 +02:00
parent 9404c2309c
commit 62ca873ddd
75 changed files with 924 additions and 197 deletions

View File

@ -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