=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/cmd-set-option.c,v retrieving revision 1.47 retrieving revision 1.48 diff -u -r1.47 -r1.48 --- src/usr.bin/tmux/cmd-set-option.c 2011/01/26 01:54:56 1.47 +++ src/usr.bin/tmux/cmd-set-option.c 2011/03/29 20:31:22 1.48 @@ -1,4 +1,4 @@ -/* $OpenBSD: cmd-set-option.c,v 1.47 2011/01/26 01:54:56 nicm Exp $ */ +/* $OpenBSD: cmd-set-option.c,v 1.48 2011/03/29 20:31:22 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -166,11 +166,7 @@ server_redraw_client(c); } - /* - * Special-case: kill all persistent jobs if status-left, status-right - * or set-titles-string have changed. Persistent jobs are only used by - * the status line at the moment so this works XXX. - */ + /* Force redraw when some special cases change. */ if (strcmp(oe->name, "status-left") == 0 || strcmp(oe->name, "status-right") == 0 || strcmp(oe->name, "status") == 0 ||