tmux_display_message
Display a message on a tmux client's status line, with optional expansion of format variables from a target pane.
Instructions
Show a message on a client's status line.
Unlike tmux_query (which prints an expanded format to you via
display-message -p), this displays message on the tmux screen of
the attached client. #{...} format variables in message are expanded
against target_pane's context if given. Returns {"displayed": True}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | ||
| target_client | No | ||
| target_pane | No | ||
| target | No |