Notcurses 3.0.13
a blingful library for TUIs and character graphics
Loading...
Searching...
No Matches
debug.c File Reference
#include "internal.h"
Include dependency graph for debug.c:

Go to the source code of this file.

Functions

void notcurses_debug (const notcurses *nc, FILE *debugfp)
 

Variables

ncloglevel_e loglevel = NCLOGLEVEL_SILENT
 

Function Documentation

◆ notcurses_debug()

void notcurses_debug ( const notcurses nc,
FILE *  debugfp 
)

Definition at line 5 of file debug.c.

5 {
6 fbuf f;
7 if(fbuf_init_small(&f)){
8 return;
9 }
10 notcurses_debug_fbuf(nc, &f);
11 fbuf_finalize(&f, debugfp);
12}
Definition fbuf.h:25
Here is the caller graph for this function:

Variable Documentation

◆ loglevel

Definition at line 3 of file debug.c.