1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-01 00:54:58 +02:00

bump gocui to fix resizing issue

This commit is contained in:
Jesse Duffield
2021-04-12 21:10:56 +10:00
parent 5453b71fd1
commit 0df6ac6140
5 changed files with 16 additions and 6 deletions

View File

@ -683,7 +683,6 @@ func (v *View) FlushStaleCells() {
v.writeMutex.Lock()
defer v.writeMutex.Unlock()
v.rewind()
v.tainted = true
v.viewLines = nil
}