diff --git a/NEWS.md b/NEWS.md index 7be4bcbe99..214a96ff94 100644 --- a/NEWS.md +++ b/NEWS.md @@ -17,6 +17,7 @@ rearrangements of Notcurses. terminals, however, will be retrieved independently of `TERM`; they'll be made available for use if supported by the connected terminal, and others will not, even if your `TERM` variable implies they ought. + * `ncplane_as_rgba()`/`ncvisual_from_plane()` now support `NCBLIT_BRAILLE`. * `CELL_ALPHA_*` macros are now `NCALPHA_*`. The former will remain `#define`d until ABI3. diff --git a/doc/man/man3/notcurses_plane.3.md b/doc/man/man3/notcurses_plane.3.md index f383946d9f..acd6329416 100644 --- a/doc/man/man3/notcurses_plane.3.md +++ b/doc/man/man3/notcurses_plane.3.md @@ -104,7 +104,7 @@ typedef struct ncplane_options { **int ncplane_at_yx_cell(struct ncplane* ***n***, int ***y***, int ***x***, nccell* ***c***);** -**uint32_t* ncplane_as_rgba(const struct ncplane* ***nc***, int ***begy***, int ***begx***, int ***leny***, int ***lenx***, int* ***pxdimy***, int* ***pxdimx***);** +**uint32_t* ncplane_as_rgba(const struct ncplane* ***nc***, ncblitter_e ***blit***, int ***begy***, int ***begx***, int ***leny***, int ***lenx***, int* ***pxdimy***, int* ***pxdimx***);** **char* ncplane_contents(const struct ncplane* ***nc***, int ***begy***, int ***begx***, int ***leny***, int ***lenx***);**