Expand description
Tab management for multi-tab terminal support
This module provides the core tab infrastructure including:
Tab: Represents a single terminal session with its own state (supports split panes)TabManager: Coordinates multiple tabs within a windowTabId: Unique identifier for each tab
Structs§
- Tab
- A single terminal tab with its own state (supports split panes).
- TabManager
- Manages multiple terminal tabs within a single window
Type Aliases§
- TabId
- Unique identifier for a tab