CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/03/31 11:14:41
Modified files:
usr.bin/tmux : cmd-new-window.c cmd-parse.y cmd-respawn-pane.c
cmd-respawn-window.c cmd-set-environment.c
cmd-show-environment.c cmd-split-window.c
environ.c server-client.c spawn.c tmux.1 tmux.c
tmux.h
Log message:
Add a way to mark environment variables as "hidden" so they can be used
by tmux but are not passed into the environment of new panes.
