mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-20 03:25:47 +00:00
redeclare ncdirect_getc()
This commit is contained in:
parent
6f0ddd8c15
commit
ede5190fb8
@ -48,6 +48,7 @@ struct nctablet; // grouped item within an ncreel
|
|||||||
struct ncreel; // hierarchical block-based data browser
|
struct ncreel; // hierarchical block-based data browser
|
||||||
struct nctab; // grouped item within an nctabbed
|
struct nctab; // grouped item within an nctabbed
|
||||||
struct nctabbed; // widget with one tab visible at a time
|
struct nctabbed; // widget with one tab visible at a time
|
||||||
|
struct ncdirect; // direct mode context
|
||||||
|
|
||||||
// we never blit full blocks, but instead spaces (more efficient) with the
|
// we never blit full blocks, but instead spaces (more efficient) with the
|
||||||
// background set to the desired foreground. these need be kept in the same
|
// background set to the desired foreground. these need be kept in the same
|
||||||
@ -4035,6 +4036,10 @@ __attribute__ ((deprecated)) API int nccell_width(const struct ncplane* n, const
|
|||||||
API ALLOC char* ncvisual_subtitle(const struct ncvisual* ncv)
|
API ALLOC char* ncvisual_subtitle(const struct ncvisual* ncv)
|
||||||
__attribute__ ((nonnull (1))) __attribute__ ((deprecated));
|
__attribute__ ((nonnull (1))) __attribute__ ((deprecated));
|
||||||
|
|
||||||
|
API uint32_t ncdirect_getc(struct ncdirect* nc, const struct timespec *ts,
|
||||||
|
const void* unused, ncinput* ni)
|
||||||
|
__attribute__ ((nonnull (1))) __attribute__ ((deprecated));
|
||||||
|
|
||||||
#undef ALLOC
|
#undef ALLOC
|
||||||
#undef API
|
#undef API
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user