1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-03 00:57:52 +02:00

Bump gocui

This commit is contained in:
Stefan Haller
2023-12-09 15:23:40 +01:00
parent ca4b8b25f0
commit a46f26e148
370 changed files with 1270 additions and 2567 deletions

View File

@ -948,12 +948,12 @@ func (v *View) draw() error {
v.writeMutex.Lock()
defer v.writeMutex.Unlock()
v.clearRunes()
if !v.Visible {
return nil
}
v.clearRunes()
v.updateSearchPositions()
maxX, maxY := v.Size()