libtmux Reference MCP Search
On this page

LibTmux.RespawnRequest

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

  • RespawnRequest method Initializes a respawn request.
  • 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.
Esc

Type to search.