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

tmux.DetachClientRequest

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
Package
github.com/libtmux/libtmux-go/tmux
Source
tmux/server_clients.go
struct tmux.DetachClientRequest
struct [source]
struct [source]
struct tmux.DetachClientRequest

DetachClientRequest configures detaching one tmux client. Its zero value detaches tmux's current client; nil fields omit their flags while an empty ShellCommand pointer is explicit.

2 declared, 0 inherited

Members

  • ShellCommand attribute ShellCommand is run after detaching when nonnil.
  • TargetClient attribute TargetClient selects a stable client; zero selects tmux's current client.
Esc

Type to search.