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:
		@@ -263,6 +263,7 @@ static const struct tty_term_code_entry tty_term_codes[] = {
 | 
			
		||||
	[TTYC_SMUL] = { TTYCODE_STRING, "smul" },
 | 
			
		||||
	[TTYC_SMXX] =  { TTYCODE_STRING, "smxx" },
 | 
			
		||||
	[TTYC_SS] = { TTYCODE_STRING, "Ss" },
 | 
			
		||||
	[TTYC_SYNC] = { TTYCODE_FLAG, "Sync" },
 | 
			
		||||
	[TTYC_TC] = { TTYCODE_FLAG, "Tc" },
 | 
			
		||||
	[TTYC_TSL] = { TTYCODE_STRING, "tsl" },
 | 
			
		||||
	[TTYC_U8] = { TTYCODE_NUMBER, "U8" },
 | 
			
		||||
@@ -538,6 +539,10 @@ tty_term_find(char *name, int fd, char **cause)
 | 
			
		||||
	    tty_term_has(term, TTYC_SETRGBB)))
 | 
			
		||||
		term->flags |= TERM_RGBCOLOURS;
 | 
			
		||||
 | 
			
		||||
	/* Set flag if terminal has synchronized updates. */
 | 
			
		||||
	if (tty_term_flag(term, TTYC_SYNC))
 | 
			
		||||
		term->flags |= TERM_SYNC;
 | 
			
		||||
 | 
			
		||||
	/*
 | 
			
		||||
	 * Terminals without xenl (eat newline glitch) wrap at at $COLUMNS - 1
 | 
			
		||||
	 * rather than $COLUMNS (the cursor can never be beyond $COLUMNS - 1).
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user