ref: 6cf2b9ed3cbad5265e6a34ecadc0f2fae4feb42d 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; }