On this page
tmux.ControlClient.Call
- Module
- tmux
- Declared in
- ControlClient
- Package
- github.com/libtmux/libtmux-go/tmux
- Source
- tmux/control_request.go
- Call ( ctx : context.Context , args : string ) ([]ControlCommandResult, error)
-
Call executes one safely encoded tmux command and returns all its reply frames. Cancellation after writing returns
ErrOutcomeUnknownwith the context error while the client drains through the boundary before reuse. A transport failure returns any frames proven before the failure together withErrOutcomeUnknown.
0 declared, 0 inherited