ref: 7e554a8ec0d3e0ebfcc9be61e9df130a331b98ad dir: /sys/src/cmd/plot/libplot/cfill.c/
#include "mplot.h" void cfill(char *s){ int k=bcolor(s); if(k>=0) e1->backgr=k; }