From e8707e575d63df77519ff29fe8c5e7ec00db2c0d Mon Sep 17 00:00:00 2001 From: nick black Date: Sun, 18 Jul 2021 18:19:58 -0400 Subject: [PATCH] NEWS entry for iterm2/fbcon drawing --- NEWS.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS.md b/NEWS.md index 9ad0f9d06..c20277599 100644 --- a/NEWS.md +++ b/NEWS.md @@ -4,6 +4,9 @@ rearrangements of Notcurses. * 2.3.11 (not yet released) * Notcurses now requires libz to build. In exchange, it can now generate PNGs on the fly, necessary for driving iTerm2's graphics protocol. + * Experimental code has been added to draw graphics using both the iTerm2 + protocol and directly to the Linux console framebuffer. This functionality + is still quite raw, but can be played with. * Added `NCPLANE_OPTION_FIXED`, to prevent a plane bound to a scrolling plane from scrolling along with it. Otherwise, bound planes will scroll along with the parent plane so long as the planes intersect.