mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-12 12:55:47 +02:00
bump gocui
This commit is contained in:
parent
4c73d070ac
commit
c9ded489c9
5 changed files with 16 additions and 5 deletions
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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue