mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 09:09:03 -04:00
add note about sprixel/fb relationship to NEWS.md
This commit is contained in:
parent
346512ccdf
commit
1a7c5172f4
7
NEWS.md
7
NEWS.md
@ -2,6 +2,13 @@ This document attempts to list user-visible changes and any major internal
|
||||
rearrangements of Notcurses.
|
||||
|
||||
* 2.3.1 (not yet released)
|
||||
* Sprixels no longer interact with their associated plane's framebuffer. This
|
||||
means plane contents are maintainted across blitting a sprixel and then
|
||||
independently destroying that sprixel (i.e. without destroying the plane).
|
||||
While the sprixel is bound to the plane, these contents are ignored (save
|
||||
that they will be reported by `ncplane_at_yx()`). Since no method currently
|
||||
exists to destroy a sprixel without destroying its plane, I don't think
|
||||
this will impact anyone.
|
||||
* Add `NCSCALE_INFLATE`.
|
||||
|
||||
* 2.3.0 (2021-05-09) **"Triumph"**
|
||||
|
@ -417,7 +417,8 @@ It should not be used in new code.
|
||||
# BUGS
|
||||
|
||||
**ncplane_at_yx** doesn't yet account for bitmap-based graphics (see
|
||||
**notcurses_visual**).
|
||||
**notcurses_visual**). Whatever glyph-based contents existed on the plane when
|
||||
the bitmap was blitted will continue to be returned.
|
||||
|
||||
# SEE ALSO
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user