mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-06-06 23:46:13 +02:00
clearing status before re-writing contents
This commit is contained in:
parent
b6eaa44cc2
commit
a555a75565
1
gui.go
1
gui.go
@ -186,6 +186,7 @@ func refreshStatus(g *gocui.Gui) error {
|
|||||||
if err != nil {
|
if err != nil {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
v.Clear()
|
||||||
up, down := gitUpstreamDifferenceCount()
|
up, down := gitUpstreamDifferenceCount()
|
||||||
devLog(up, down)
|
devLog(up, down)
|
||||||
fmt.Fprint(v, "↑"+up+"↓"+down)
|
fmt.Fprint(v, "↑"+up+"↓"+down)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user