summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/jesseduffield/gocui/view.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/jesseduffield/gocui/view.go')
-rw-r--r--vendor/github.com/jesseduffield/gocui/view.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/vendor/github.com/jesseduffield/gocui/view.go b/vendor/github.com/jesseduffield/gocui/view.go
index 1277e3c51..fb3b1e54d 100644
--- a/vendor/github.com/jesseduffield/gocui/view.go
+++ b/vendor/github.com/jesseduffield/gocui/view.go
@@ -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 {