mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 09:26:05 +00:00 
			
		
		
		
	Use cursor style from global options instead of default for popups, from
Alexander Arch.
This commit is contained in:
		
							
								
								
									
										1
									
								
								popup.c
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								popup.c
									
									
									
									
									
								
							@@ -692,6 +692,7 @@ popup_display(int flags, enum box_lines lines, struct cmdq_item *item, u_int px,
 | 
			
		||||
	pd->border_cell.attr = 0;
 | 
			
		||||
 | 
			
		||||
	screen_init(&pd->s, jx, jy, 0);
 | 
			
		||||
	screen_set_default_cursor(&pd->s, global_w_options);
 | 
			
		||||
	colour_palette_init(&pd->palette);
 | 
			
		||||
	colour_palette_from_option(&pd->palette, global_w_options);
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user