mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 09:09:03 -04:00
notcurses-demo: stick with braille for fps plot for now
This commit is contained in:
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…
x
Reference in New Issue
Block a user