diff options
Diffstat (limited to 'degesch.c')
| -rw-r--r-- | degesch.c | 3 | 
1 files changed, 2 insertions, 1 deletions
| @@ -2892,8 +2892,9 @@ attr_printer_apply (struct attr_printer *self,  	}  	else  	{ -		// This is what works on normal, decent terminals +		// This often works, however...  		if (fg_is_bright) text_attrs |= TEXT_BOLD; +		// this turns out to be annoying if implemented "correctly"  		if (bg_is_bright) text_attrs |= TEXT_BLINK;  	} | 
