On this page
LibTmux.Pane.DisplayPaneNumbersAsync
- Module
- LibTmux
- Declared in
- Pane
- Package
- LibTmux
- Source
- src/LibTmux/Pane.Display.cs
- DisplayPaneNumbersAsync ( duration : TimeSpan? , noSelect : bool , cancellationToken : CancellationToken ) Task
-
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