Prerelease This site documents an alpha of libtmux. Its structure, URLs and APIs are subject to change.

tmux.Connection.Call

Go
  • Python Unavailable
  • Ruby Unavailable
  • Lua Unavailable
  • TypeScript Unavailable
  • Rust Unavailable
  • Go
  • Java Unavailable
  • .NET Unavailable
  • C++ Unavailable
  • Swift Unavailable

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.