diff options
author | Tiago Cunha <tcunha@gmx.com> | 2012-01-23 12:38:05 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2012-01-23 12:38:05 +0000 |
commit | 1d4c54717c40ceb7df81051798f3afb821788bc5 (patch) | |
tree | 7f15894697176a21c21f31358f59c53aca20c070 | |
parent | 30b816f101052b9fc82d9290892d83a6cf681333 (diff) | |
download | rtmux-1d4c54717c40ceb7df81051798f3afb821788bc5.tar.gz rtmux-1d4c54717c40ceb7df81051798f3afb821788bc5.tar.bz2 rtmux-1d4c54717c40ceb7df81051798f3afb821788bc5.zip |
Add notes about some potential configuration file breaking in the 1.6 release.
-rw-r--r-- | NOTES | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -9,6 +9,13 @@ run on Solaris and AIX (although they haven't been tested in a while). It is usable, although there remain a number of missing features and some remaining bugs are expected. +If upgrading from 1.5, PLEASE NOTE: +- The word-separators window option is now a session option. +- The options used to change the window attributes when an alert occurs were + removed. Each kind of alert has its own individual set of options. +- The ability to have a list of prefix keys was dropped in favour of two + separate options, prefix and prefix2. + Since the 1.2 release that tmux depends on libevent. Download it from: http://www.monkey.org/~provos/libevent/ |