mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-18 03:25:55 +00:00
kill stray decl ncdirect_getc_nonblocking() #1028
This commit is contained in:
parent
20bf1ae2d4
commit
afd444cea3
@ -136,8 +136,6 @@ API int ncdirect_double_box(struct ncdirect* n, uint64_t ul, uint64_t ur,
|
||||
uint64_t ll, uint64_t lr,
|
||||
int ylen, int xlen, unsigned ctlword);
|
||||
|
||||
API int ncdirect_getc_nonblocking(struct ncdirect* n);
|
||||
|
||||
// See ppoll(2) for more detail. Provide a NULL 'ts' to block at length, a 'ts'
|
||||
// of 0 for non-blocking operation, and otherwise a timespec to bound blocking.
|
||||
// Signals in sigmask (less several we handle internally) will be atomically
|
||||
|
Loading…
Reference in New Issue
Block a user