mirror of
https://github.com/tmux/tmux.git
synced 2026-07-04 16:45:16 +00:00
36882ec789f29882ab7241e5d4c0572799163437
do not look up windows as sessions (and panes as windows) when they are qualified with a ':' or a '.'. So 'foo' as a window target will look for windows and sessions called 'foo', but ':foo' will only look for windows, and 'foo:' only for sessions. This means the common case of using an unadorned session as a window target (send -tfoo) should continue to work, but an explicit window will not get confused with a session (send -t:foo).
Description
tmux source code
Languages
C
80.4%
Shell
10.7%
Roff
6.5%
Yacc
1.1%
M4
0.7%
Other
0.5%