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
									
									
									
									
									
								
							@@ -94,10 +94,10 @@ screen_set_cursor_style(struct screen *s, u_int style)
 | 
			
		||||
 | 
			
		||||
/* Set screen cursor colour. */
 | 
			
		||||
void
 | 
			
		||||
screen_set_cursor_colour(struct screen *s, const char *colour_string)
 | 
			
		||||
screen_set_cursor_colour(struct screen *s, const char *colour)
 | 
			
		||||
{
 | 
			
		||||
	free(s->ccolour);
 | 
			
		||||
	s->ccolour = xstrdup(colour_string);
 | 
			
		||||
	s->ccolour = xstrdup(colour);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/* Set screen title. */
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user