mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-18 03:25:55 +00:00
add comment to ncdirect_putstr() about flushing #926
This commit is contained in:
parent
bdea9bc9c8
commit
567ad27455
@ -31,7 +31,9 @@ API int ncdirect_bg_palindex(struct ncdirect* nc, int pidx);
|
|||||||
// more colors than they actually support, downsampling internally.
|
// more colors than they actually support, downsampling internally.
|
||||||
API unsigned ncdirect_palette_size(const struct ncdirect* nc);
|
API unsigned ncdirect_palette_size(const struct ncdirect* nc);
|
||||||
|
|
||||||
// Output the string |utf8| according to the channels |channels|.
|
// Output the string |utf8| according to the channels |channels|. Note that
|
||||||
|
// ncdirect_putstr() does not explicitly flush output buffers, so it will not
|
||||||
|
// necessarily be immediately visible.
|
||||||
API int ncdirect_putstr(struct ncdirect* nc, uint64_t channels, const char* utf8);
|
API int ncdirect_putstr(struct ncdirect* nc, uint64_t channels, const char* utf8);
|
||||||
|
|
||||||
static inline int
|
static inline int
|
||||||
|
Loading…
Reference in New Issue
Block a user