From 7b469652496b19794d4a4fdf69b919521e73765a Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Sat, 17 Jan 2009 17:51:54 +0000 Subject: [PATCH] Add note about configuration breakage. --- NOTES | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/NOTES b/NOTES index b21f6354..7633e10b 100644 --- a/NOTES +++ b/NOTES @@ -8,6 +8,11 @@ This 0.6 release runs on OpenBSD, FreeBSD, Linux and OS X and may still run on Solaris (although it hasn'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 0.5, PLEASE NOTE the following configuration file changes: it +is now required to pass the -g flag to set-option or set-window-option to set +global options; remain-by-default and utf8-default are now gone, use global +window options (set-window-option -g) instead. + tmux consists of a server part and multiple clients. The server is created when required and runs continuously unless killed by the user. Clients access the server through a socket in /tmp. Multiple sessions may be created on a single @@ -81,4 +86,4 @@ welcome. Please email: -- Nicholas Marriott -$Id: NOTES,v 1.39 2009-01-14 22:51:24 nicm Exp $ +$Id: NOTES,v 1.40 2009-01-17 17:51:54 nicm Exp $