fix erroneous comment in NEWS

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

@ -14,8 +14,8 @@ 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 `ncplane_at_yx_cell()`,
`ncplane_contents()`, and `ncplane_as_rgba()`.
rendering. This change cascades, affecting e.g. `ncplane_contents()`
and `ncplane_as_rgba()`.
* `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

@ -29,7 +29,7 @@ github-asset dankamongmen/notcurses upload v$VERSION ../notcurses_$VERSION+dfsg.
git commit -m "v$VERSION" -a
echo
echo "Go change the $VERSION.dfsg to $VERSION+dfsg before proceeding, dog"
echo "Go change the $VERSION.dfsg to $VERSION+dfsg before proceeding, bro"
echo
gbp import-orig ../notcurses_$VERSION+dfsg.1.orig.tar.xz

Loading…
Cancel
Save