CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/06/06 09:07:35
Modified files:
usr.bin/tmux : window-tree.c
Log message:
Do not pass a state into commands when fired on individual items in tree
mode, rely on the %% target substitution in the command for the chosen
pane and leave the default target as the current pane (where the mode
is). Otherwise, joinp and similar end up with -t and -s the
same. Reported by Jacob Niehus in GitHub issue 960.
