diff --git a/src/demo/hud.c b/src/demo/hud.c index 1c54013ac..a6d34155c 100644 --- a/src/demo/hud.c +++ b/src/demo/hud.c @@ -542,6 +542,7 @@ int fpsgraph_init(struct notcurses* nc){ ncplot_options opts; memset(&opts, 0, sizeof(opts)); opts.flags = NCPLOT_OPTION_LABELTICKSD | NCPLOT_OPTION_EXPONENTIALD; + opts.legendstyle = NCSTYLE_ITALIC; channels_set_fg_rgb(&opts.minchannel, 0xff, 0x00, 0xff); channels_set_bg(&opts.minchannel, 0x201020); channels_set_bg_alpha(&opts.minchannel, CELL_ALPHA_BLEND);