mirror of
https://github.com/tmux/tmux.git
synced 2026-09-21 20:37:42 +00: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
tmux source code
Languages
C
73.2%
Shell
19.1%
Roff
5.6%
Yacc
0.9%
M4
0.7%
Other
0.4%