Module backend

Source

Structs§

Pane
Represents a pane within a session
PaneMetrics
Performance metrics for a pane (muxd feature)
PaneSize
Pane dimensions
ResourceLimits
Resource limits for a pane (muxd feature)
Session
Represents a terminal multiplexer session

Enums§

MuxError
Error types for multiplexer operations
MuxUIEvent
Events emitted to the UI for mux operations
PaneEvent
Events that can occur in a pane
SplitType
How to split a pane

Traits§

MuxBackend
The core trait that all multiplexer backends must implement
MuxBackendExt
Optional extended capabilities that some backends may support

Type Aliases§

EventStream
Event stream for real-time pane updates (muxd feature)