Documentation ¶
Index ¶
- type AddMatchingBlock
- type ApplySearchQueryMsg
- type Search
- func (s *Search) FullHelp() [][]key.Binding
- func (s *Search) Init() tea.Cmd
- func (s *Search) IsInlineModal()
- func (s *Search) SetMatchCount(count int)
- func (s *Search) SetSize(w, h int)
- func (s *Search) ShortHelp() []key.Binding
- func (s *Search) Update(msg tea.Msg) (tea.Model, tea.Cmd)
- func (s *Search) View() string
- type SearchClearedMsg
- type SearchQuery
- type UpdateMatchingBlocks
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddMatchingBlock ¶
type AddMatchingBlock uint64
type ApplySearchQueryMsg ¶
type ApplySearchQueryMsg SearchQuery
type Search ¶
type Search struct { common.Common History []SearchQuery Current SearchQuery // contains filtered or unexported fields }
func (*Search) IsInlineModal ¶ added in v1.10.0
func (s *Search) IsInlineModal()
func (*Search) SetMatchCount ¶
type SearchClearedMsg ¶
type SearchClearedMsg bool
type SearchQuery ¶
type UpdateMatchingBlocks ¶
Click to show internal directories.
Click to hide internal directories.