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

LibTmux.RespawnRequest

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

View as Markdown

Module
LibTmux
Package
LibTmux
Source
src/LibTmux/Requests/RespawnRequest.cs
struct LibTmux.RespawnRequest
struct [source]
struct [source]
struct LibTmux.RespawnRequest

Describes one respawn-window or respawn-pane invocation.

tmux refuses to respawn anything still running, so a caller who means to restart a live window or pane has to say so with KillExistingProcess .

5 declared, 0 inherited

Members

  • Command property Gets the command to run, or null to reuse the original.
  • Environment property Gets the environment entries set on the respawned target.
  • KillExistingProcess property Gets whether a running process is killed first.
  • StartDirectory property Gets the working directory to respawn in.
  • ToCommand method Returns a respawn request as one tmux command for a pane.
Esc

Type to search.