NEWS: add note about rejecting control chars

This commit is contained in:
nick black 2021-06-29 00:46:28 -04:00
parent 670e49b0ed
commit dce4426dcf
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

View File

@ -9,6 +9,10 @@ rearrangements of Notcurses.
starting in the upper-left corner. Together with a scrolling standard
plane and inhibition of the alternate screen, this allows rendered mode
to easily be used for scrolling shell environment programs.
* Control characters from C0 and C1 are now rejected when loading `nccell`s
or writing to a plane (except for newline, when using a scrolling plane).
This was always intended, but never enforced. Horizontal tabs might be
enabled anew sometime in the future.
* `ncls` now defaults to `NCBLIT_PIXEL`.
* Added `ncplane_scrolling_p()` to retrieve a plane's scrolling status.