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

LibTmux.NewPaneRequest.ToCommand

.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
Declared in
NewPaneRequest
Package
LibTmux
Source
src/LibTmux/Requests/NewPaneRequest.cs
ToCommand ( pane : Pane ) → TmuxCommand
method [source]
method [source]
ToCommand

Returns a floating-pane request as one tmux command.

The command arrived whole in tmux 3.7, so batching does not soften the refusal below that: an older server has nothing to send it to.

Parameters
  • pane ( Pane ) – The pane the new one is created from.

Returns

The command, ready to add to a TmuxChain .

Raises

0 declared, 0 inherited

Esc

Type to search.