mirror of
https://github.com/wez/wezterm.git
synced 2024-11-28 01:06:37 +03:00
4092796db3
When using the default monospace font on ubuntu (typicaly DejaVuSansMono), the texture atlas would end up the bottom left pixel being a shade of gray. Since we were using (0,0) coords for whitespace cells, all whitespace cells would appear shaded gray. We now reserve a black pixel in the bottom left of the underline texture and switch to that for whitespace instead. I added Debug support to the ColorPalette while tracking this down, and figured that I might as well keep it. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |