On this page
LibTmux.ControlModeSession
- Module
- LibTmux
- Package
- LibTmux
- Source
- src/LibTmux/ControlMode/ControlModeSession.cs
-
Reads one tmux control client and correlates what it says.
tmux answers on one stream that carries two different things: blocks that answer a command, and notifications nobody asked for. A single reader owns the stream and splits them, because two readers on one pipe would interleave and neither would see a whole block.
8 declared, 0 inherited
Members
- ControlModeSession method
- DisposeAsync method
- SendAsync method
- Start method
- VerifyAttachedGenerationAsync method
- WaitForReadyAsync method Waits until tmux has answered its own attach.
- Events property
- IsRunning property