mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-08-07 22:02:56 +03:00
go mod vendor
This commit is contained in:
committed by
Jesse Duffield
parent
e413c216ba
commit
b70075eba6
2
vendor/github.com/gdamore/tcell/v2/screen.go
generated
vendored
2
vendor/github.com/gdamore/tcell/v2/screen.go
generated
vendored
@@ -76,7 +76,7 @@ type Screen interface {
|
||||
|
||||
// Size returns the screen size as width, height. This changes in
|
||||
// response to a call to Clear or Flush.
|
||||
Size() (int, int)
|
||||
Size() (width, height int)
|
||||
|
||||
// ChannelEvents is an infinite loop that waits for an event and
|
||||
// channels it into the user provided channel ch. Closing the
|
||||
|
Reference in New Issue
Block a user