technically, ncplane_at_yx() change didn't affect ncplane_as_rgba()

dankamongmen/rationalize-rgba
nick black 3 years ago
parent e6f226452d
commit 8d4d67c5e7
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

@ -14,8 +14,7 @@ rearrangements of Notcurses.
* Added `ncdirect_supported_styles()`.
* `ncplane_at_yx()` now properly integrates the plane's base cell when
appropriate, and thus represents the cell as it will be used during
rendering. This change cascades, affecting e.g. `ncplane_contents()`
and `ncplane_as_rgba()`.
rendering. This change cascades, affecting e.g. `ncplane_contents()`.
* `ncplane_at_yx()` now returns the EGC when called on any column of a
wide glyph. `ncplane_at_yx_cell()` continues to duplicate the exact
`nccell`, and can thus continue to be used to distinguish between primary

Loading…
Cancel
Save