Module search_manager

Module search_manager 

Source
Expand description

SearchManager - Encapsulates all search logic for the TUI

This module provides a clean separation between search logic and UI rendering. It handles case sensitivity, coordinate mapping, and iteration through matches.

Structsยง

SearchConfig
Configuration for search behavior
SearchIterator
Iterator for search matches
SearchManager
Manages search state and provides iteration through matches
SearchMatch
Represents a single search match