notcurses-demo: stick with braille for fps plot for now

pull/2091/head
nick black 3 years ago committed by nick black
parent 3348fccfaa
commit e63be1c41f

@ -664,7 +664,7 @@ int fpsgraph_init(struct notcurses* nc){
opts.flags = NCPLOT_OPTION_LABELTICKSD |
NCPLOT_OPTION_EXPONENTIALD |
NCPLOT_OPTION_PRINTSAMPLE;
opts.gridtype = NCBLIT_PIXEL;
opts.gridtype = NCBLIT_BRAILLE;
opts.legendstyle = NCSTYLE_ITALIC | NCSTYLE_BOLD;
opts.title = "frames per semisecond";
ncchannels_set_fg_rgb8(&opts.minchannels, 0x80, 0x80, 0xff);

Loading…
Cancel
Save