mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 09:26:05 +00:00 
			
		
		
		
	Merge branch 'obsd-master'
This commit is contained in:
		@@ -77,7 +77,7 @@ cmd_capture_pane_pending(struct args *args, struct window_pane *wp,
 | 
			
		||||
	buf = xstrdup("");
 | 
			
		||||
	if (args_has(args, 'C')) {
 | 
			
		||||
		for (i = 0; i < linelen; i++) {
 | 
			
		||||
			if (line[i] >= ' ') {
 | 
			
		||||
			if (line[i] >= ' ' && line[i] != '\\') {
 | 
			
		||||
				tmp[0] = line[i];
 | 
			
		||||
				tmp[1] = '\0';
 | 
			
		||||
			} else
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user