bump gocui

This commit is contained in:
Jesse Duffield 2021-04-05 14:19:20 +10:00
parent 4c73d070ac
commit c9ded489c9
5 changed files with 16 additions and 5 deletions

View file

@ -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()