diff options
author | nicm <nicm> | 2014-04-17 07:36:45 +0000 |
---|---|---|
committer | nicm <nicm> | 2014-04-17 07:36:45 +0000 |
commit | 992ef70fb696d648b3ec6ed97642fd79a8392baf (patch) | |
tree | b37b31dd9241614b8cb558f614163e69b3403f90 /format.c | |
parent | 5acee1c04ed38afd6a32da4a66e6855ccdc52af3 (diff) | |
download | rtmux-992ef70fb696d648b3ec6ed97642fd79a8392baf.tar.gz rtmux-992ef70fb696d648b3ec6ed97642fd79a8392baf.tar.bz2 rtmux-992ef70fb696d648b3ec6ed97642fd79a8392baf.zip |
Remove the monitor-content option and associated bits and bobs. It's
never worked very well. If there is a big demand for it to return, will
consider better ways to do it.
Diffstat (limited to 'format.c')
-rw-r--r-- | format.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -487,8 +487,6 @@ format_winlink(struct format_tree *ft, struct session *s, struct winlink *wl) format_add(ft, "window_bell_flag", "%u", !!(wl->flags & WINLINK_BELL)); - format_add(ft, "window_content_flag", "%u", - !!(wl->flags & WINLINK_CONTENT)); format_add(ft, "window_activity_flag", "%u", !!(wl->flags & WINLINK_ACTIVITY)); format_add(ft, "window_silence_flag", "%u", |