mirror of
https://github.com/tmux/tmux.git
synced 2026-07-07 21:26:13 +08:00
3dceddd70ea8491aed082efbb551ca352e97e03d
intended as the target client where the message should be displayed but at some point (perhaps when -p was added), it was used for format expansion too. This means it can get a bit weird where you have client formats expanding for a client with a different current session than the target session. However, it is nice that display-message can be used to show information about a specific client. So change so that the -c client will be used if the session matches the target session (-t or default), otherwise the best client will be chosen.
Description
No description provided
Languages
C
78.4%
Shell
13%
Roff
6.3%
Yacc
1.1%
M4
0.7%
Other
0.4%