From 76228019ee51ba2b0b7b0b6d2c7999967be7a593 Mon Sep 17 00:00:00 2001 From: nick black Date: Wed, 15 Jan 2020 05:20:58 -0500 Subject: [PATCH] cell.3: update cell_blend_*() signatures --- doc/man/man3/notcurses_cell.3.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/doc/man/man3/notcurses_cell.3.md b/doc/man/man3/notcurses_cell.3.md index 02617974c..5f24e0b15 100644 --- a/doc/man/man3/notcurses_cell.3.md +++ b/doc/man/man3/notcurses_cell.3.md @@ -72,8 +72,6 @@ typedef struct cell { **bool cell_noforeground_p(const cell* c);** -**bool cell_nobackground_p(const struct ncplane* n, const cell* c);** - **int cell_load_simple(struct ncplane* n, cell* c, char ch);** **uint32_t cell_egc_idx(const cell* c);** @@ -86,9 +84,9 @@ typedef struct cell { **uint64_t cell_set_fchannel(cell* cl, uint32_t channel);** -**uint64_t cell_blend_fchannel(cell* cl, unsigned channel);** +**uint64_t cell_blend_fchannel(cell* cl, unsigned channel, unsigned blends)** -**uint64_t cell_blend_bchannel(cell* cl, unsigned channel);** +**uint64_t cell_blend_bchannel(cell* cl, unsigned channel, unsigned blends)** **unsigned cell_fg(const cell* cl);**