From 1f4e4b9782484d03c352e0d03a28dcf33076590e Mon Sep 17 00:00:00 2001 From: nick black Date: Thu, 26 Dec 2024 22:11:55 -0500 Subject: [PATCH] clarify use of NCBLIT_4x2 --- NEWS.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 078abea6c..b45384e8e 100644 --- a/NEWS.md +++ b/NEWS.md @@ -7,7 +7,10 @@ rearrangements of Notcurses. proper aspect ratio. It thus no longer works in an ASCII environment. * The `NCBLIT_4x2` "octant" blitter has been added, making use of new characters from Unicode 16. `notcurses_canoctant()` has been added to - check for `NCBLIT_4x2` support at runtime. Thanks, eschnett! + check for `NCBLIT_4x2` support at runtime. If present, octants will be + used for `NCBLIT_DEFAULT` when used with `NCSCALE_NONE_HIRES`, + `NCSCALE_SCALE_HIRES`, or `NCSCALE_STRETCH`. Thanks, eschnett! Note + that octants are not supported by GNU libc until 2.41. * 3.0.11 (2024-10-02) * We now normalize the return of `nl_langinfo()` according to the behavior