mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 00:56:10 +00:00 
			
		
		
		
	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.
This commit is contained in:
		
							
								
								
									
										2
									
								
								format.c
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								format.c
									
									
									
									
									
								
							@@ -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",
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user