[BACK]Return to tmux.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/tmux.1 between version 1.62 and 1.63

version 1.62, 2009/08/08 20:36:42 version 1.63, 2009/08/08 21:52:43
Line 1321 
Line 1321 
 .Bd -literal -offset indent  .Bd -literal -offset indent
 "*88col*:colors=88,*256col*:colors=256"  "*88col*:colors=88,*256col*:colors=256"
 .Ed  .Ed
   .It Ic update-environment Ar variables
   Set a space-separated string containing a list of environment variables to be
   copied into the session environment when a new session is created or an
   existing session is attached.
   Any variables that do not exist in the source environment are set to be
   removed from the session environment (as if
   .Fl r
   was given to the
   .Ic set-environment
   command).
   The default is
   .Ev DISPLAY .
 .It Xo Ic visual-activity  .It Xo Ic visual-activity
 .Op Ic on | off  .Op Ic on | off
 .Xc  .Xc
Line 1524 
Line 1536 
 or the global window options if  or the global window options if
 .Fl g  .Fl g
 is used.  is used.
   .El
   .Sh ENVIRONMENT
   When the server is started,
   .Nm
   copies the environment into the
   .Em global environment ;
   in addition, each session has a
   .Em session environment .
   When a window is created, the session and global environments are merged with
   the session environment overriding any variable present in both.
   This is the initial environment passed to the new process.
   .Pp
   The
   .Ic update-environment
   session option may be used to update the session environment from the client
   when a new session is created or an old reattached.
   .Nm
   also initialises the
   .Ev TMUX
   variable with some internal information to allow commands to be executed
   from inside, and the
   .Ev TERM
   variable with the correct terminal setting of
   .Ql screen .
   .Pp
   Commands to alter and view the environment are:
   .Bl -tag -width Ds
   .It Xo Ic set-environment
   .Op Fl gru
   .Op Fl t Ar target-session
   .Ar name Op Ar value
   .Xc
   Set or unset an environment variable.
   If
   .Fl g
   is used, the change is made in the global environment; otherwise, it is applied
   to the session environment for
   .Ar target-session .
   The
   .Fl u
   flag unsets a variable.
   .Fl r
   indicates the variable is to be removed from the environment before starting a
   new process.
   .It Xo Ic show-environment
   .Op Fl g
   .Op Fl t Ar target-session
   .Xc
   Display the environment for
   .Ar target-session
   or the global environment with
   .Fl g .
   Variables removed from the environment are prefixed with
   .Ql - .
 .El  .El
 .Sh STATUS LINE  .Sh STATUS LINE
 .Nm  .Nm

Legend:
Removed from v.1.62  
changed lines
  Added in v.1.63