mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-13 01:30:53 +02:00
bump tcell
This commit is contained in:
4
vendor/github.com/gdamore/tcell/v2/simulation.go
generated
vendored
4
vendor/github.com/gdamore/tcell/v2/simulation.go
generated
vendored
@ -360,6 +360,10 @@ func (s *simscreen) PollEvent() Event {
|
||||
}
|
||||
}
|
||||
|
||||
func (s *simscreen) HasPendingEvent() bool {
|
||||
return len(s.evch) > 0
|
||||
}
|
||||
|
||||
func (s *simscreen) PostEventWait(ev Event) {
|
||||
s.evch <- ev
|
||||
}
|
||||
|
Reference in New Issue
Block a user