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

LibTmux.Pane.DisplayPaneNumbersAsync

.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
Pane
Package
LibTmux
Source
src/LibTmux/Pane.Display.cs
DisplayPaneNumbersAsync ( duration : TimeSpan? , noSelect : bool , cancellationToken : CancellationToken ) → Task
method [source]
method [source]
DisplayPaneNumbersAsync

Shows the pane numbers on every client.

tmux takes no pane here: the command's target names a client, so this shows the numbers wherever the server has clients.

Parameters
  • duration ( TimeSpan? ) – How long the numbers stay up.

  • noSelect ( bool ) – Whether pressing a number does not select a pane.

  • cancellationToken ( CancellationToken ) – Cancels the tmux command.

0 declared, 0 inherited

Esc

Type to search.