search

package
v0.3.17 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 31, 2023 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Searchable

type Searchable interface {
	Search(word, text string) ([][]int, error)
	TagWord(withTag, val string) string
	SetCurrentStatus()
	Clear()
	GetSearchCount() int
	GetSearchPosition() int
	Next() int
	Prev() int
}

func MakeCaseInsensitiveSearch

func MakeCaseInsensitiveSearch(statusBar *tview.TextView) Searchable

func MakeRegexSearch

func MakeRegexSearch(statusBar *tview.TextView) Searchable

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL