Home
last modified time | relevance | path

Searched refs:searchPositions (Results 1 – 2 of 2) sorted by relevance

/dports/devel/lazygit/lazygit-0.31.4/vendor/github.com/jesseduffield/gocui/gocui-40df0be5a474/
H A Dview.go176 searchPositions []cellPos member
186 if len(v.searcher.searchPositions) == 0 {
198 if len(v.searcher.searchPositions) == 0 {
202 if len(v.searcher.searchPositions) > 0 {
212 itemCount := len(v.searcher.searchPositions)
220 y := v.searcher.searchPositions[index].y
233 if len(v.searcher.searchPositions) > 0 {
296 s.searchPositions = []cellPos{}
302 s.searchPositions = []cellPos{}
829 v.searcher.searchPositions = []cellPos{}
[all …]
/dports/devel/lazygit/lazygit-0.31.4/vendor/github.com/jesseduffield/gocui/
H A Dview.go176 searchPositions []cellPos member
186 if len(v.searcher.searchPositions) == 0 {
198 if len(v.searcher.searchPositions) == 0 {
202 if len(v.searcher.searchPositions) > 0 {
212 itemCount := len(v.searcher.searchPositions)
220 y := v.searcher.searchPositions[index].y
233 if len(v.searcher.searchPositions) > 0 {
296 s.searchPositions = []cellPos{}
302 s.searchPositions = []cellPos{}
829 v.searcher.searchPositions = []cellPos{}
[all …]