Notcurses 3.0.13
a blingful library for TUIs and character graphics
Loading...
Searching...
No Matches
windows.h
Go to the documentation of this file.
1#ifndef NOTCURSES_WINDOWS
2#define NOTCURSES_WINDOWS
3
4#ifdef __cplusplus
5extern "C" {
6#endif
7
8struct tinfo;
9
10// ti has been memset to all zeroes. windows configuration is static.
11int prepare_windows_terminal(struct tinfo* ti, size_t* tablelen,
12 size_t* tableused);
13
14#ifdef __cplusplus
15}
16#endif
17
18#endif
int prepare_windows_terminal(struct tinfo *ti, size_t *tablelen, size_t *tableused)