CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/04/28 14:05:50
Modified files:
usr.bin/tmux : arguments.c cmd-new-window.c cmd-respawn-pane.c
cmd-respawn-window.c cmd-split-window.c spawn.c
tmux.1 tmux.h
Log message:
Support multiple occurances of the same argument. Use this for a new
flag -e to new-window, split-window, respawn-window, respawn-pane to
pass environment variables into the newly created process. From Steffen
Christgau in GitHub issue 1697.
