On this page
libtmux.Pane.display_message
- Module
- libtmux
- Declared in
- Pane
- Package
- libtmux
- Source
- src/libtmux/pane.py
-
Display message to pane.
Displays a message in target-client status line. The
get_text=Falsepath renders in the status line and is not programmatically verifiable; onlyget_text=Truereturns output.- Parameters
-
-
cmd ( str ) – Special parameters to request from pane.
-
get_text ( bool ) – Returns only text without displaying a message in target-client status line.
-
format_string ( str | None ) – Format string for output (
-Fflag). added 0.56 -
all_formats ( bool | None ) – List all format variables (
-aflag). added 0.56 -
verbose ( bool | None ) – Show format variable types (
-vflag). added 0.56 -
no_expand ( bool | None ) – Suppress format expansion; output is returned as a literal string (
-lflag). Requires tmux 3.4+. added 0.56 -
target_client ( str | None ) – Target client (
-cflag). added 0.56 -
delay ( int | None ) – Display time in milliseconds (
-dflag). added 0.56 -
notify ( bool | None ) – Do not wait for input (
-Nflag). added 0.56 -
update_pane ( bool | None ) – Allow the pane to keep updating while the message is displayed (
-Cflag). By default tmux freezes the pane while a status message is shown. Requires tmux 3.6+ (introduced upstream by commit80eb460f). added 0.56
-
- Returns
-
list[str] | None Message output if get_text is True, otherwise None.
0 declared, 0 inherited