libtmux Reference MCP Search
On this page

tmux.Connection.Call

View as Markdown

Module
tmux
Declared in
Connection
Package
github.com/libtmux/libtmux-go/tmux
Source
tmux/connection.go
Call ( ctx : context.Context , args : string ) ([]ControlCommandResult, error)
method [source]
method [source]
Call

Call executes one safely encoded tmux command on an owned lane and returns every reply frame in order. An alias may produce zero or multiple frames; a %error frame remains result data through ControlCommandResult.Failed . Args always describe one command, so a bare semicolon is quoted as an operand rather than interpreted as a command-list separator.

0 declared, 0 inherited

Esc

Type to search.