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

LibTmux.Workspace.PaneReadiness

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

API reference · Markdown

enum LibTmux.Workspace.PaneReadiness
enum [source]
enum [source]
enum LibTmux.Workspace.PaneReadiness

Controls whether workspace panes wait for a prompt-like state.

Discussed in .NET workspace builder API

Members

Auto

Auto
constant [source]
constant [source]
Auto

Waits before workspace commands only when the session default shell is zsh.

Discussed in Build a workspace from a file · .NET workspace builder behavior , .NET workspace builder API

Always

Always
constant [source]
constant [source]
Always

Waits before commands sent to every pane that runs the session default shell.

Discussed in Build a workspace from a file · .NET workspace builder behavior , .NET workspace builder API

Never

Never
constant [source]
constant [source]
Never

Sends workspace commands without a readiness wait.

Discussed in Build a workspace from a file · .NET workspace builder behavior , .NET workspace builder API

Esc

Type to search.