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

LibTmux.WaitForRequest

.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/WaitForRequest.cs
struct LibTmux.WaitForRequest
struct [source]
struct [source]
struct LibTmux.WaitForRequest

Describes one wait-for invocation.

tmux channels let a command wait for something another command will do. Waiting blocks the tmux client, so a call that waits has nothing to answer until whoever it is waiting for arrives.

4 declared, 0 inherited

Members

  • Channel property Gets the channel name.
  • Mode property Gets what to do with it.
  • ToCommand method Returns a channel request as one tmux command.
  • WaitForRequest method Initializes a channel request.
Esc

Type to search.