Notcurses
3.0.13
a blingful library for TUIs and character graphics
Loading...
Searching...
No Matches
banner.h
Go to the documentation of this file.
1
#ifndef NOTCURSES_BANNER
2
#define NOTCURSES_BANNER
3
4
#ifdef __cplusplus
5
extern
"C"
{
6
#endif
7
8
struct
fbuf
;
9
struct
notcurses
;
10
11
int
init_banner
(
const
struct
notcurses
* nc,
struct
fbuf
* f);
12
13
#ifdef __cplusplus
14
}
15
#endif
16
17
#endif
init_banner
int init_banner(const struct notcurses *nc, struct fbuf *f)
fbuf
Definition
fbuf.h:25
notcurses
Definition
internal.h:332
src
lib
banner.h
Generated by
1.9.8