Notcurses
3.0.13
a blingful library for TUIs and character graphics
Loading...
Searching...
No Matches
debug.c
Go to the documentation of this file.
1
#include "
internal.h
"
2
3
ncloglevel_e
loglevel
=
NCLOGLEVEL_SILENT
;
4
5
void
notcurses_debug
(
const
notcurses
* nc, FILE* debugfp){
6
fbuf
f;
7
if
(fbuf_init_small(&f)){
8
return
;
9
}
10
notcurses_debug_fbuf(nc, &f);
11
fbuf_finalize(&f, debugfp);
12
}
loglevel
ncloglevel_e loglevel
Definition
debug.c:3
notcurses_debug
void notcurses_debug(const notcurses *nc, FILE *debugfp)
Definition
debug.c:5
internal.h
ncloglevel_e
ncloglevel_e
Definition
notcurses.h:968
NCLOGLEVEL_SILENT
@ NCLOGLEVEL_SILENT
Definition
notcurses.h:969
fbuf
Definition
fbuf.h:25
notcurses
Definition
internal.h:332
src
lib
debug.c
Generated by
1.9.8