Module buffer

Module buffer 

Source

Structs§

Buffer
Represents a single buffer/tab with its own independent state
BufferManager
Manages multiple buffers and switching between them
ColumnStatistics
FilterState
FuzzyFilterState
SearchState
SortState
ViewState
ViewState consolidates all view-related state for a buffer This is the single source of truth for navigation, selection, and viewport state

Enums§

AppMode
ColumnType
EditMode
SelectionMode
SortOrder

Traits§

BufferAPI
BufferAPI trait - defines the interface for interacting with buffer state This abstraction allows the TUI to work with buffer state without knowing the implementation details, enabling gradual migration and testing