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
5
extern
"C"
{
6
#endif
7
8
struct
tinfo
;
9
10
// ti has been memset to all zeroes. windows configuration is static.
11
int
prepare_windows_terminal
(
struct
tinfo
* ti,
size_t
* tablelen,
12
size_t
* tableused);
13
14
#ifdef __cplusplus
15
}
16
#endif
17
18
#endif
tinfo
Definition
termdesc.h:107
prepare_windows_terminal
int prepare_windows_terminal(struct tinfo *ti, size_t *tablelen, size_t *tableused)
src
lib
windows.h
Generated by
1.9.8