Prevent clipping of texture-extended glyphs in Kitty (#2466)

* Prevent clipping of texture-extended glyphs in Kitty

* doc
This commit is contained in:
Belleve 2024-08-12 22:07:16 -10:00 committed by GitHub
parent 47b3424083
commit e5736b6fd2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 6 additions and 2 deletions

View file

@ -137,7 +137,7 @@ export const Joining = {
glyph.related.joining = cls;
},
or(glyph, cls) {
Joining.set(glyph, cls | Joining.get(cls));
Joining.set(glyph, cls | Joining.get(glyph));
},
amendOtName(baseName, cl) {
switch (cl) {