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:
		@@ -691,7 +691,7 @@ tty_term_describe(struct tty_term *term, enum tty_code_code code)
 | 
			
		||||
		break;
 | 
			
		||||
	case TTYCODE_STRING:
 | 
			
		||||
		strnvis(out, term->codes[code].value.string, sizeof out,
 | 
			
		||||
		    VIS_OCTAL|VIS_TAB|VIS_NL);
 | 
			
		||||
		    VIS_OCTAL|VIS_CSTYLE|VIS_TAB|VIS_NL);
 | 
			
		||||
		xsnprintf(s, sizeof s, "%4u: %s: (string) %s",
 | 
			
		||||
		    code, tty_term_codes[code].name,
 | 
			
		||||
		    out);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user