# libtmux.Pane.display_message

- **Module:** libtmux.Pane
- **Package:** libtmux
- **Language:** Python
- **Kind:** method
- **Source:** https://github.com/tmux-python/libtmux/blob/036c521c4b83ce6e434eb50afe2a0d08a6a05e46/src/libtmux/pane.py#L884
- **Page:** https://libtmux.org/reference/py/libtmux-pane-display_message/

```
libtmux.Pane.display_message(self, cmd: str, get_text: t.Literal[True], format_string: str | None = ..., all_formats: bool | None = ..., verbose: bool | None = ..., no_expand: bool | None = ..., target_client: str | None = ..., delay: int | None = ..., notify: bool | None = ..., update_pane: bool | None = ...) -> list[str]
```

Display message to pane.

Displays a message in target-client status line.
The ``get_text=False`` path renders in the status line and is not
programmatically verifiable; only ``get_text=True`` returns output.
