Skip to content
Snippets Groups Projects
Commit c2275378 authored by George Nachman's avatar George Nachman
Browse files

Fix blend mode so faint text does not punch through the window. Issue 6074

parent 4132f4cd
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -1198,6 +1198,7 @@ typedef struct iTermTextColorContext {
size_t length = numCodes;
[self selectFont:font inContext:ctx];
CGContextSetFillColorSpace(ctx, CGColorGetColorSpace(color));
CGContextSetBlendMode(ctx, kCGBlendModeSourceAtop);
CGContextSetFillColor(ctx, components);
 
double y = point.y + _cellSize.height + _baselineOffset;
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment