1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-27 02:25:28 +03:00
wezterm/window/examples
Wez Furlong c778307b0e macos: fix light background/border
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.
2020-01-26 19:04:34 -08:00
..
async.rs move spawn_task into a new promise::spawn module 2020-01-16 03:50:48 -08:00
basic_opengl.rs macos: fix light background/border 2020-01-26 19:04:34 -08:00
basic.rs failure -> anyhow + thiserror 2019-12-14 21:43:05 -08:00