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

Python API

Python documentation

libtmux.Pane.display_panes

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

View as Markdown

Module
libtmux
Declared in
Pane
Package
libtmux
Source
src/libtmux/pane.py
display_panes ( self , duration : int | None = None , no_select : bool | None = None ) → None
method [source]
method [source]
display_panes

Show pane numbers via $ tmux display-panes.

Requires an attached client.

Examples

>>> with control_mode() as ctl:
... window.active_pane.display_panes()
Parameters
  • duration ( int | None ) – Duration in milliseconds to display pane numbers (-d flag).

  • no_select ( bool | None ) – Do not select a pane on keypress (-N flag).

0 declared, 0 inherited

Esc

Type to search.