# tmux.Running.Pane

- **Module:** tmux.Running
- **Package:** github.com/libtmux/libtmux-go/tmux
- **Language:** Go
- **Kind:** method
- **Source:** https://github.com/libtmux/libtmux-go/blob/52968a3181c1c9e6d1b26c565d4b170968ae61c0/tmux/session_run.go#L218
- **Page:** https://libtmux.org/en/go/latest/reference/tmux-running-pane/

```
tmux.Running.Pane() -> Pane
```

Pane returns the pane the command runs in, materialized immediately after Start returned. Like any materialized record it does not refresh itself; a call after Wait or Kill may no longer describe a live pane.
