# LibTmux.Pane.DisplayPaneNumbersAsync

- **Module:** LibTmux.Pane
- **Package:** LibTmux
- **Language:** .NET
- **Kind:** method
- **Source:** https://github.com/libtmux/libtmux-dotnet/blob/6656a563ec9e07ab52e0c3ac96f7704fc94cc0c0/src/LibTmux/Pane.Display.cs#L188
- **Page:** https://libtmux.org/reference/dotnet/libtmux-pane-displaypanenumbersasync/

```
LibTmux.Pane.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.
