mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 09:09:03 -04:00
fix erroneous comment in NEWS
This commit is contained in:
parent
507d2c8d8e
commit
e6f226452d
4
NEWS.md
4
NEWS.md
@ -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…
x
Reference in New Issue
Block a user