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

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

Returns a split request as one tmux command.

Splitting into an empty pane arrived in tmux 3.7 and the appearance flags in 3.6, so the pane decides which of them the built command carries. It prints the new pane's identifier the same way the one-shot path does.

Parameters
  • pane ( Pane ) – The pane being split.

Returns

The command, ready to add to a TmuxChain .

Raises

0 declared, 0 inherited

Esc

Type to search.