mirror of
https://github.com/RGBCube/serenity
synced 2026-01-13 06:40:59 +00:00
I broke semi-transparent terminals when I added support for alpha blending to Painter::fill_rect(). When we fill the terminal widget background, we don't want blending to take place, we're just looking to replace with an exact color, so now we can use Painter::clear_rect() for that. |
||
|---|---|---|
| .. | ||
| Makefile | ||
| Position.h | ||
| Terminal.cpp | ||
| Terminal.h | ||
| TerminalWidget.cpp | ||
| TerminalWidget.h | ||
| XtermColors.h | ||