mention child plane scrolling in NEWS #1883

This commit is contained in:
nick black 2021-07-18 16:48:28 -04:00
parent 04c0d37675
commit f5ceb7d6b7
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

View File

@ -5,7 +5,8 @@ rearrangements of Notcurses.
* Notcurses now requires libz to build. In exchange, it can now generate
PNGs on the fly, necessary for driving iTerm2's graphics protocol.
* Added `NCPLANE_OPTION_FIXED`, to prevent a plane bound to a scrolling
plane from scrolling along with it.
plane from scrolling along with it. Otherwise, bound planes will scroll
along with the parent plane so long as the planes intersect.
* Added `input_errors` and `input_events` stats.
* `NCALPHA_HIGHCONTRAST` now works properly atop default backgrounds.
* `SIGFPE` is now included among the fatal signals for which handlers are