You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
notcurses/src/lib/render.h

17 lines
194 B
C

#ifndef NOTCURSES_RENDER
#define NOTCURSES_RENDER
#ifdef __cplusplus
extern "C" {
#endif
#include <signal.h>
extern sig_atomic_t sigcont_seen_for_render;
#ifdef __cplusplus
}
#endif
#endif