mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-20 03:25:47 +00:00
demo: enable FPS plot by default #744
This commit is contained in:
parent
ae1b45efbf
commit
8310b687ac
@ -7,7 +7,7 @@
|
|||||||
struct ncplane* hud = NULL;
|
struct ncplane* hud = NULL;
|
||||||
|
|
||||||
static bool hud_hidden;
|
static bool hud_hidden;
|
||||||
static bool plot_hidden = true;
|
static bool plot_hidden;
|
||||||
static struct ncuplot* plot;
|
static struct ncuplot* plot;
|
||||||
static uint64_t plottimestart;
|
static uint64_t plottimestart;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user