1
0
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:
MATSUDA Takashi
2022-01-25 00:55:08 +09:00
committed by Jesse Duffield
parent e413c216ba
commit b70075eba6
7 changed files with 76 additions and 36 deletions

View File

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