=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/window.c,v retrieving revision 1.103 retrieving revision 1.104 diff -u -r1.103 -r1.104 --- src/usr.bin/tmux/window.c 2014/03/31 21:41:07 1.103 +++ src/usr.bin/tmux/window.c 2014/04/17 07:36:45 1.104 @@ -1,4 +1,4 @@ -/* $OpenBSD: window.c,v 1.103 2014/03/31 21:41:07 nicm Exp $ */ +/* $OpenBSD: window.c,v 1.104 2014/04/17 07:36:45 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -699,8 +699,6 @@ flags[pos++] = '#'; if (wl->flags & WINLINK_BELL) flags[pos++] = '!'; - if (wl->flags & WINLINK_CONTENT) - flags[pos++] = '+'; if (wl->flags & WINLINK_SILENCE) flags[pos++] = '~'; if (wl == s->curw)