mirror of
				https://github.com/neovim/neovim.git
				synced 2025-10-26 12:27:24 +00:00 
			
		
		
		
	Remove "highbright bold" conversion. Fixes #11190
When using TUI host terminal should take care of this (regardless if 'termguicolors' is active or not). For GUI the behavior doesn't make sense (GUI should display bold attr as bold always).
This commit is contained in:
		 Björn Linse
					Björn Linse
				
			
				
					committed by
					
						 Daniel Hahler
						Daniel Hahler
					
				
			
			
				
	
			
			
			 Daniel Hahler
						Daniel Hahler
					
				
			
						parent
						
							6768c43e21
						
					
				
				
					commit
					b772b86d2b
				
			| @@ -220,8 +220,6 @@ Terminal *terminal_open(TerminalOptions opts) | |||||||
|   rv->sb_size = (size_t)curbuf->b_p_scbk; |   rv->sb_size = (size_t)curbuf->b_p_scbk; | ||||||
|   rv->sb_buffer = xmalloc(sizeof(ScrollbackLine *) * rv->sb_size); |   rv->sb_buffer = xmalloc(sizeof(ScrollbackLine *) * rv->sb_size); | ||||||
|  |  | ||||||
|   vterm_state_set_bold_highbright(state, true); |  | ||||||
|  |  | ||||||
|   // Configure the color palette. Try to get the color from: |   // Configure the color palette. Try to get the color from: | ||||||
|   // |   // | ||||||
|   // - b:terminal_color_{NUM} |   // - b:terminal_color_{NUM} | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user