mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 00:56:10 +00:00 
			
		
		
		
	Merge branch 'obsd-master'
This commit is contained in:
		
							
								
								
									
										4
									
								
								screen.c
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								screen.c
									
									
									
									
									
								
							@@ -716,9 +716,9 @@ screen_mode_to_string(int mode)
 | 
				
			|||||||
	if (mode & MODE_CURSOR_VERY_VISIBLE)
 | 
						if (mode & MODE_CURSOR_VERY_VISIBLE)
 | 
				
			||||||
		strlcat(tmp, "CURSOR_VERY_VISIBLE,", sizeof tmp);
 | 
							strlcat(tmp, "CURSOR_VERY_VISIBLE,", sizeof tmp);
 | 
				
			||||||
	if (mode & MODE_MOUSE_UTF8)
 | 
						if (mode & MODE_MOUSE_UTF8)
 | 
				
			||||||
		strlcat(tmp, "UTF8,", sizeof tmp);
 | 
							strlcat(tmp, "MOUSE_UTF8,", sizeof tmp);
 | 
				
			||||||
	if (mode & MODE_MOUSE_SGR)
 | 
						if (mode & MODE_MOUSE_SGR)
 | 
				
			||||||
		strlcat(tmp, "SGR,", sizeof tmp);
 | 
							strlcat(tmp, "MOUSE_SGR,", sizeof tmp);
 | 
				
			||||||
	if (mode & MODE_BRACKETPASTE)
 | 
						if (mode & MODE_BRACKETPASTE)
 | 
				
			||||||
		strlcat(tmp, "BRACKETPASTE,", sizeof tmp);
 | 
							strlcat(tmp, "BRACKETPASTE,", sizeof tmp);
 | 
				
			||||||
	if (mode & MODE_FOCUSON)
 | 
						if (mode & MODE_FOCUSON)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user