mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 13:37:12 +00:00
Environment variables in configuration file.
This commit is contained in:
17
CHANGES
17
CHANGES
@ -1,3 +1,18 @@
|
||||
25 July 2008
|
||||
|
||||
* Shell variables may now be defined and used in configuration file. Define
|
||||
variables with:
|
||||
|
||||
VAR=1
|
||||
|
||||
And use with:
|
||||
|
||||
renamew ${VAR}
|
||||
renamew "x${VAR}x"
|
||||
|
||||
Also some other fixes to make, for example, "abc""abc" work similarly to
|
||||
the shell.
|
||||
|
||||
24 July 2008
|
||||
|
||||
* Finally lose inconsistently-used SCREEN_DEF* defines.
|
||||
@ -621,4 +636,4 @@
|
||||
(including mutt, emacs). No status bar yet and no key remapping or other
|
||||
customisation.
|
||||
|
||||
$Id: CHANGES,v 1.154 2008-07-24 21:42:40 nicm Exp $
|
||||
$Id: CHANGES,v 1.155 2008-07-25 17:20:40 nicm Exp $
|
||||
|
Reference in New Issue
Block a user