mirror of
https://github.com/wez/wezterm.git
synced 2024-12-25 06:12:16 +03:00
Fix typo in harfbuzz.rs
This commit is contained in:
parent
68380188e8
commit
29f5d066b8
@ -435,7 +435,7 @@ impl HarfbuzzShaper {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// It is important that this bit happens after we've had the
|
// It is important that this bit happens after we've had the
|
||||||
// oppotunity to coalesce runs of runresolved codepoints,
|
// opportunity to coalesce runs of unresolved codepoints,
|
||||||
// otherwise we can produce incorrect shaping
|
// otherwise we can produce incorrect shaping
|
||||||
// <https://github.com/wez/wezterm/issues/2482>
|
// <https://github.com/wez/wezterm/issues/2482>
|
||||||
if cluster.last().unwrap().cluster == info.cluster {
|
if cluster.last().unwrap().cluster == info.cluster {
|
||||||
|
Loading…
Reference in New Issue
Block a user