mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-07 08:21:02 -04:00
allow-overflowing-double-width-glyphs: take glyph offset into account
A narrow, but offset:ed glyph should still be considered double width. This patch also fixes a crash, when the maybe-double width glyph is in the last column. This is a regression.
This commit is contained in:
parent
562096a21a
commit
396a5ff79b
2 changed files with 10 additions and 3 deletions
|
|
@ -34,6 +34,13 @@
|
|||
### Deprecated
|
||||
### Removed
|
||||
### Fixed
|
||||
|
||||
* Glyph offset not being taken into account when applying
|
||||
`tweak.allow-overflowing-double-width-glyphs`.
|
||||
* Regression: crash when a single-char, double-width glyph is in the
|
||||
last column, and `tweak.allow-overflowing-double-width-glyphs=yes`.
|
||||
|
||||
|
||||
### Security
|
||||
### Contributors
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue