mirror of
https://github.com/wez/wezterm.git
synced 2024-11-27 02:25:28 +03:00
c778307b0e
The opengl based render first clears the window to the background color and then renders the cells over the top. on macOS I noticed a weird lighter strip to the bottom and right of the window and ran it down to the initial clear: our colors are SRGB rather than plain RGB and the discrepancy from rendering SRGB as RGB results in the color being made a brighter shade. This was less noticeable for black backgrounds. |
||
---|---|---|
.. | ||
async.rs | ||
basic_opengl.rs | ||
basic.rs |