mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-05 00:59:19 +02:00
bump gocui
This commit is contained in:
3
vendor/github.com/jesseduffield/gocui/gui.go
generated
vendored
3
vendor/github.com/jesseduffield/gocui/gui.go
generated
vendored
@ -1202,6 +1202,9 @@ func (g *Gui) replayRecording() {
|
||||
|
||||
waitGroup.Add(2)
|
||||
|
||||
// lots of duplication here due to lack of generics. Also we don't support mouse
|
||||
// events because it would be awkward to replicate but it would be trivial to add
|
||||
// support
|
||||
go func() {
|
||||
ticker := time.NewTicker(time.Millisecond)
|
||||
defer ticker.Stop()
|
||||
|
Reference in New Issue
Block a user