alacritty/alacritty/src/renderer
Kirill Chibisov 90054614c2
Fix IME preview overlapping text
Fix incorrect usage of the `flags` when drawing the preedit resulting
in setting the `flags`, but not actually reading the value back.

The logic to skip things was also used incorrectly, because the renderer
does that already based on the `WIDE_CHAR` flag on the cell.

Fixes: 67a433ceed (Skip whitespaces for wide chars in preedit)
2024-04-21 15:23:10 +04:00
..
text Use builtin font to draw sextants 2024-01-26 16:45:26 +04:00
mod.rs Fix IME preview overlapping text 2024-04-21 15:23:10 +04:00
platform.rs Update winit to 0.29.2 and copypasta to 0.10.0 2023-10-21 22:56:20 +04:00
rects.rs Fallback to underline shader when dotted fails 2023-12-02 03:52:51 +04:00
shader.rs Fix typos 2023-10-25 23:20:58 +00:00