mirror of
https://github.com/wez/wezterm.git
synced 2024-11-28 01:06:37 +03:00
279b2018fd
If the user enlarges the terminal we can have regions of the vertex buffer that have colors that default to alpha channel 0. This is normally fine but breaks rendering of the cursor and the selection; those attributes are out of band from the normal cell attributes, especially for whitespace cells, so we need to handle those in the degenerate case at the end of a line render. Refactor the code that computes the cursor and selection colors so that we can call it and use it in both places. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |