Skip to content

Commit

Permalink
update ncvisual_plane.3 for ncplane_as_rgba() #1441
Browse files Browse the repository at this point in the history
  • Loading branch information
dankamongmen committed Jun 16, 2021
1 parent dd339c3 commit 8dd1966
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion doc/man/man3/notcurses_plane.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -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***);**

Expand Down

0 comments on commit 8dd1966

Please sign in to comment.