ref: 0d444d9f15e1d0ca9630d49c5b7e1f64c84cabce 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; }