1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-05 00:59:19 +02:00

fix rendering issues caused by resizing

This commit is contained in:
Jesse Duffield
2021-04-12 21:33:23 +10:00
parent 0df6ac6140
commit 76697280c9
6 changed files with 24 additions and 15 deletions

View File

@ -430,7 +430,7 @@ func (v *View) mergeLines(y int) error {
v.writeMutex.Lock()
defer v.writeMutex.Unlock()
v.tainted = true
v.clearViewLines()
_, y, err := v.realPosition(0, y)
if err != nil {