1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-08-07 22:02:56 +03:00

Bump gocui

This improves the contrast of highlighted search results by setting the
foreground color to black.
This commit is contained in:
Stefan Haller
2025-02-07 14:20:49 +01:00
parent 0b524293e1
commit 050a91b7d1
43 changed files with 421 additions and 23 deletions

View File

@@ -118,6 +118,7 @@ func (g *Group) TryGo(f func() error) bool {
// SetLimit limits the number of active goroutines in this group to at most n.
// A negative value indicates no limit.
// A limit of zero will prevent any new goroutines from being added.
//
// Any subsequent call to the Go method will block until it can add an active
// goroutine without exceeding the configured limit.