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

show item counts in frames

This commit is contained in:
Jesse Duffield
2020-02-25 07:17:49 +11:00
parent 0034cfef5c
commit 52b5a6410c
7 changed files with 46 additions and 2 deletions

View File

@@ -107,6 +107,9 @@ type View struct {
Context string // this is for assigning keybindings to a view only in certain contexts
searcher *searcher
// when ContainsList is true, we show the current index and total count in the view
ContainsList bool
}
type searcher struct {