From e782287142b8b9e1d134399a389fb2d80d4b2bbe Mon Sep 17 00:00:00 2001 From: nick black Date: Thu, 25 Feb 2021 02:55:29 -0500 Subject: [PATCH] add NCBLIT_PIXEL to NEWS --- NEWS.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS.md b/NEWS.md index d1ee3a084..afcf5eab2 100644 --- a/NEWS.md +++ b/NEWS.md @@ -5,6 +5,9 @@ rearrangements of Notcurses. * Add `SIGILL` to the set of fatal signals we handle. * Add the `nctree` widget for line-oriented hierarchical data. See the new `notcurses_tree(3)` man page for complete information. + * Implemented `NCBLIT_PIXEL` for terminals reporting Sixel support. + Attempt Sixel detection iff `NCOPTION_VERIFY_SIXEL` is provided to + `notcurses_init()`. Sixel detection can delay or even block initialization. * 2.2.2 (2021-02-18): * `notcurses_stats()` no longer qualifies its `notcurses*` argument with