mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-03 16:46:18 +00:00 
			
		
		
		
	Merge branch 'obsd-master'
This commit is contained in:
		@@ -217,7 +217,7 @@ args_escape(const char *s)
 | 
			
		||||
		return (escaped);
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	flags = VIS_OCTAL|VIS_TAB|VIS_NL;
 | 
			
		||||
	flags = VIS_OCTAL|VIS_CSTYLE|VIS_TAB|VIS_NL;
 | 
			
		||||
	if (s[strcspn(s, quoted)] != '\0')
 | 
			
		||||
		flags |= VIS_DQ;
 | 
			
		||||
	utf8_stravis(&escaped, s, flags);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user