diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2019-05-27 14:37:47 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2019-05-27 14:37:47 +0100 |
commit | 714311a696014a8fca5a2e4247ee39bcc8124523 (patch) | |
tree | 60fed08c14d8ae36fc636c6e3228147d00cff2ae | |
parent | 9f0904ce6f6da3b7d0b16f2b1bef8702a527bac4 (diff) | |
download | rtmux-714311a696014a8fca5a2e4247ee39bcc8124523.tar.gz rtmux-714311a696014a8fca5a2e4247ee39bcc8124523.tar.bz2 rtmux-714311a696014a8fca5a2e4247ee39bcc8124523.zip |
Add {}.
-rw-r--r-- | CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ CHANGES FROM 2.9 to X.X +* Add an addition form of string syntax in the configuration file - {}. This + means commands that take other commands as string arguments can be expressed + more clearly and without additional escaping. This means that a literal { and + } must now be escaped or quoted. + * INCOMPATIBLE: tmux's configuration parsing has changed to use yacc(1). Most configuration files shouldn't need to be changed but there are the following differences: |