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ยง
- Search
Config - Configuration for search behavior
- Search
Iterator - Iterator for search matches
- Search
Manager - Manages search state and provides iteration through matches
- Search
Match - Represents a single search match