From 5ade4b1f1eb699a79e613a2a950420dce6ac9fde Mon Sep 17 00:00:00 2001 From: nick black Date: Sun, 16 Aug 2020 09:51:17 -0400 Subject: [PATCH] notcurses_plane.3: remove ncplane_styles() --- doc/man/man3/notcurses_plane.3.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/doc/man/man3/notcurses_plane.3.md b/doc/man/man3/notcurses_plane.3.md index a9c7c2f33..09415f768 100644 --- a/doc/man/man3/notcurses_plane.3.md +++ b/doc/man/man3/notcurses_plane.3.md @@ -82,7 +82,7 @@ notcurses_plane - operations on ncplanes **uint64_t ncplane_channels(const struct ncplane* n);** -**uint32_t ncplane_attr(const struct ncplane* n);** +**uint16_t ncplane_attr(const struct ncplane* n);** **void ncplane_set_channels(struct ncplane* nc, uint64_t channels);** @@ -134,8 +134,6 @@ notcurses_plane - operations on ncplanes **void ncplane_styles_off(struct ncplane* n, unsigned stylebits);** -**unsigned ncplane_styles(const struct ncplane* n);** - **void ncplane_greyscale(struct ncplane* n);** **int ncplane_blit_bgrx(struct ncplane* nc, int placey, int placex, int linesize, ncblitter_e blitter, const unsigned char* data, int begy, int begx, int leny, int lenx);**