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:
1
vendor/github.com/jesseduffield/gocui/view.go
generated
vendored
1
vendor/github.com/jesseduffield/gocui/view.go
generated
vendored
@ -683,7 +683,6 @@ func (v *View) FlushStaleCells() {
|
||||
v.writeMutex.Lock()
|
||||
defer v.writeMutex.Unlock()
|
||||
|
||||
v.rewind()
|
||||
v.tainted = true
|
||||
v.viewLines = nil
|
||||
}
|
||||
|
Reference in New Issue
Block a user