# LibTmux.Pane.DisplayPaneNumbersAsync

- **Module:** LibTmux.Pane
- **Package:** LibTmux
- **Language:** .NET
- **Kind:** method
- **Source:** https://github.com/libtmux/libtmux-dotnet/blob/320dc64f4b8b7815842471327a5e6b84a1499bf8/src/LibTmux/Pane.Display.cs#L192
- **Page:** https://libtmux.org/en/dotnet/latest/reference/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.
