1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-06-17 00:18:05 +02:00

bump gocui

This commit is contained in:
Jesse Duffield
2020-02-01 12:34:17 +11:00
parent df050472a1
commit ca5cbe4d44
4 changed files with 5 additions and 2 deletions

View File

@ -842,6 +842,7 @@ func (g *Gui) StartTicking() {
g.tickingMutex.Lock()
defer g.tickingMutex.Unlock()
ticker := time.NewTicker(time.Millisecond * 50)
defer ticker.Stop()
outer:
for {
select {