Notcurses 3.0.13
a blingful library for TUIs and character graphics
Loading...
Searching...
No Matches
render.h
Go to the documentation of this file.
1#ifndef NOTCURSES_RENDER
2#define NOTCURSES_RENDER
3
4#ifdef __cplusplus
5extern "C" {
6#endif
7
8#include <signal.h>
9
10extern sig_atomic_t sigcont_seen_for_render;
11
12#ifdef __cplusplus
13}
14#endif
15
16#endif
sig_atomic_t sigcont_seen_for_render
Definition render.c:7